addrwatch: fix broken conffiles
This is 704e733e51
but applied for
addrwatch only.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
531d59dbc7
commit
1f9aa31eab
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=addrwatch
|
PKG_NAME:=addrwatch
|
||||||
PKG_VERSION:=1.0.2
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/v$(PKG_VERSION)
|
||||||
|
@ -41,7 +41,7 @@ define Package/addrwatch/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/addrwatch/conffiles
|
define Package/addrwatch/conffiles
|
||||||
/etc/config/addrwatch
|
/etc/config/addrwatch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/addrwatch/install
|
define Package/addrwatch/install
|
||||||
|
|
Loading…
Reference in a new issue