* luci-0.8: backport conffiles fix
This commit is contained in:
parent
7d9d8fe624
commit
9319ae924c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue