diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-07 14:55:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-07 14:55:09 +0000 |
commit | a2683f5ffd0b812232b8b98041cb1b2161b776bf (patch) | |
tree | 9be6163e5ca1997080c3564a8f1efbbd2268bc5a /contrib | |
parent | 21a7e9bc65da04588f2a9ff507427ba6bd7aeb39 (diff) |
* luci/contrib/luci-addons: fix config file overwriting issue
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci-addons/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/package/luci-addons/Makefile b/contrib/package/luci-addons/Makefile index aab8485d9..294e77def 100644 --- a/contrib/package/luci-addons/Makefile +++ b/contrib/package/luci-addons/Makefile @@ -21,6 +21,11 @@ define Package/luci-addons URL:=http://luci.freifunk-halle.net endef +define Package/luci-addons/conffiles +/etc/config/luci_hosts +/etc/config/luci_ethers +endef + define Package/luci-addons/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/sbin |