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:
b869dfa
)
* luci/contrib: reintroduce lost conffiles section from luci-addons in luci-admin...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:56:32 +0000
(13:56 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:56:32 +0000
(13:56 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 1e87596e8e2cdedd0ccee5116dce7f9df8c0ea2c..c94c323bc285b7bed270c27d7a5d239e160bedc5 100644
(file)
--- 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