diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 17:02:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 17:02:09 +0000 |
commit | 362dfd03e5a0de9ca80f7f18450b73480d03d892 (patch) | |
tree | 70f4217622642b46b4ca8f6cef43eb391be3f0f5 /contrib | |
parent | eeb9fd748b3e0bb5c7642cbbf8b3fa51000672d1 (diff) |
contrib/package: remove conffile entries for luci_hosts and luci_ethers
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 613e880c4..cb898163b 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -392,11 +392,6 @@ 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) touch $(1)/etc/init.d/luci_fixtime || true |