mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
icwmp: Option to keep config with '1 Firmware Upgrade Image'
This commit is contained in:
parent
920832c5c7
commit
d9fe7d6927
3 changed files with 5 additions and 3 deletions
|
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=icwmp
|
PKG_NAME:=icwmp
|
||||||
PKG_VERSION:=9.5.23
|
PKG_VERSION:=9.5.24
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git
|
||||||
PKG_SOURCE_VERSION:=35228b84fbb4349ef22ef9f18b2cc19e97a8b43f
|
PKG_SOURCE_VERSION:=5c1970e571624df029069741f7259ffd47b1ba06
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ config cpe 'cpe'
|
||||||
option incoming_rule 'Port_Only'
|
option incoming_rule 'Port_Only'
|
||||||
option active_notif_throttle '0'
|
option active_notif_throttle '0'
|
||||||
option disable_gatewayinfo '0'
|
option disable_gatewayinfo '0'
|
||||||
|
option keep_settings '1'
|
||||||
|
|
||||||
config lwn 'lwn'
|
config lwn 'lwn'
|
||||||
option enable '0'
|
option enable '0'
|
||||||
|
|
|
||||||
|
|
@ -437,7 +437,8 @@ validate_cpe_section()
|
||||||
'exec_download:bool' \
|
'exec_download:bool' \
|
||||||
'periodic_notify_enable:bool' \
|
'periodic_notify_enable:bool' \
|
||||||
'enable:bool' \
|
'enable:bool' \
|
||||||
'periodic_notify_interval:uinteger'
|
'periodic_notify_interval:uinteger' \
|
||||||
|
'keep_settings:bool'
|
||||||
}
|
}
|
||||||
|
|
||||||
validate_defaults() {
|
validate_defaults() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue