* luci-0.8: backport conffiles fix
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Sep 2008 13:59:11 +0000 (13:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Sep 2008 13:59:11 +0000 (13:59 +0000)
contrib/package/luci/Makefile

index f0fb852a97270f24a903710431c08ecb6d6377f0..9675dd3d138f6ae47c979c7340943eb64b00d0cd 100644 (file)
@@ -229,6 +229,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