mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
addrwatch: fix complaint when adding addrwatch with image builder
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
committed by
Ondřej Caletka
parent
52481f493d
commit
f38c3c1749
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=addrwatch
|
PKG_NAME:=addrwatch
|
||||||
PKG_VERSION:=0.8
|
PKG_VERSION:=0.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-master.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-master.tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/$(PKG_VERSION)/
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
START=50
|
START=50
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
. /lib/functions/network.sh
|
|
||||||
|
|
||||||
validate_section_addrwatch() {
|
validate_section_addrwatch() {
|
||||||
uci_validate_section addrwatch addrwatch "${1}" \
|
uci_validate_section addrwatch addrwatch "${1}" \
|
||||||
'disabled:bool:0' \
|
'disabled:bool:0' \
|
||||||
@@ -65,6 +63,7 @@ start_instance() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
|
. /lib/functions/network.sh
|
||||||
config_load 'addrwatch'
|
config_load 'addrwatch'
|
||||||
config_foreach start_instance 'addrwatch'
|
config_foreach start_instance 'addrwatch'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user