projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9d8fe
)
* luci-0.8: backport conffiles fix
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:59:11 +0000
(13:59 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:59:11 +0000
(13:59 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index f0fb852a97270f24a903710431c08ecb6d6377f0..9675dd3d138f6ae47c979c7340943eb64b00d0cd 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-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