mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 09:37:43 +08:00
🐤 Sync 2023-10-10 20:28:11
This commit is contained in:
parent
43e33d412e
commit
bb3624d2a1
@ -8,14 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddns-go
|
||||
PKG_VERSION:=5.6.2
|
||||
PKG_RELEASE:=21
|
||||
PKG_VERSION:=5.6.3
|
||||
PKG_RELEASE:=22
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/jeessy2/ddns-go.git
|
||||
PKG_MIRROR_HASH:=skip
|
||||
PKG_SOURCE_VERSION:=b96fc6e6726c973718e1fcca8d45def41806cfde
|
||||
PKG_SOURCE_VERSION:=4c8cf07ecd780f28df7e0f159571f8201870709f
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
@ -8,8 +8,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=frp
|
||||
PKG_VERSION:=0.51.3
|
||||
PKG_RELEASE:=26
|
||||
PKG_VERSION:=0.52.0
|
||||
PKG_RELEASE:=27
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}?
|
||||
|
@ -10,8 +10,8 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_ARCH_LINKEASE:=$(ARCH)
|
||||
|
||||
PKG_NAME:=linkease
|
||||
PKG_VERSION:=1.2.5
|
||||
PKG_RELEASE:=46
|
||||
PKG_VERSION:=1.2.7
|
||||
PKG_RELEASE:=47
|
||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/LinkEase/LinuxStorage/
|
||||
PKG_HASH:=skip
|
||||
|
@ -952,6 +952,18 @@ return view.extend({
|
||||
so = ss.taboption('ipv6', form.Flag, 'ndproxy_slave', _('NDP-Proxy slave'), _('Set interface as NDP-Proxy external slave. Default is off.'));
|
||||
so.depends({ ndp: 'relay', master: '0' });
|
||||
so.depends({ ndp: 'hybrid', master: '0' });
|
||||
|
||||
so = ss.taboption('ipv6', form.Value, 'preferred_lifetime', _('IPv6 Prefix Lifetime'), _('Preferred lifetime for a prefix.'));
|
||||
so.optional = true;
|
||||
so.placeholder = '12h';
|
||||
so.value('5m', _('5m (5 minutes)'));
|
||||
so.value('3h', _('3h (3 hours)'));
|
||||
so.value('12h', _('12h (12 hours - default)'));
|
||||
so.value('7d', _('7d (7 days)'));
|
||||
|
||||
//This is a ra_* setting, but its placement is more logical/findable under IPv6 settings.
|
||||
so = ss.taboption('ipv6', form.Flag, 'ra_useleasetime', _('Follow IPv4 Lifetime'), _('DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the IPv6 prefix.'));
|
||||
so.optional = true;
|
||||
}
|
||||
|
||||
ifc.renderFormOptions(s);
|
||||
|
@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ppp
|
||||
PKG_RELEASE:=38
|
||||
PKG_RELEASE:=39
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp
|
||||
PKG_SOURCE_DATE:=2021-01-04
|
||||
PKG_SOURCE_VERSION:=edc1926d935237c301b69c8f793710dcbe3d8976
|
||||
PKG_SOURCE_VERSION:=c268205e1c861b8898c722a499fa4befac490dc4
|
||||
PKG_MIRROR_HASH:=skip
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
PKG_LICENSE:=BSD-4-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user