summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-23 13:56:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-23 13:56:32 +0000
commitd7f7a5b0d7e2c86c85ea67a5929033dc54dfd83e (patch)
tree713b89ed6873d201ebb125465780c4244a734ab7
parentb869dfa552a8d267adb129296e4f7209f05af885 (diff)
* luci/contrib: reintroduce lost conffiles section from luci-addons in luci-admin-core
-rw-r--r--contrib/package/luci/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 1e87596e8..c94c323bc 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -274,6 +274,11 @@ define Package/luci-admin-core
TITLE:=Web UI Core Module
endef
+define Package/luci-admin-core/conffiles
+/etc/config/luci_hosts
+/etc/config/luci_ethers
+endef
+
define Package/luci-admin-core/install
$(call Package/luci/install/template,$(1),modules/admin-core)
endef