* luci/contrib: reintroduce lost conffiles section from luci-addons in luci-admin-core
This commit is contained in:
parent
b869dfa552
commit
d7f7a5b0d7
1 changed files with 5 additions and 0 deletions
|
@ -274,6 +274,11 @@ define Package/luci-admin-core
|
||||||
TITLE:=Web UI Core Module
|
TITLE:=Web UI Core Module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/luci-admin-core/conffiles
|
||||||
|
/etc/config/luci_hosts
|
||||||
|
/etc/config/luci_ethers
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/luci-admin-core/install
|
define Package/luci-admin-core/install
|
||||||
$(call Package/luci/install/template,$(1),modules/admin-core)
|
$(call Package/luci/install/template,$(1),modules/admin-core)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue