* luci/contrib/luci-addons: fix config file overwriting issue
This commit is contained in:
parent
21a7e9bc65
commit
a2683f5ffd
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ define Package/luci-addons
|
||||||
URL:=http://luci.freifunk-halle.net
|
URL:=http://luci.freifunk-halle.net
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/luci-addons/conffiles
|
||||||
|
/etc/config/luci_hosts
|
||||||
|
/etc/config/luci_ethers
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/luci-addons/install
|
define Package/luci-addons/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
|
|
Loading…
Reference in a new issue