contrib/package: select openwrt.org theme by default but do not make it a hard depncy
This commit is contained in:
parent
97743c1387
commit
60f6a91251
1 changed files with 2 additions and 1 deletions
|
@ -801,7 +801,8 @@ endef
|
|||
define Package/luci-theme-openwrt
|
||||
$(call Package/luci/thtemplate)
|
||||
TITLE:=OpenWrt.org (default)
|
||||
DEPENDS:=+luci-theme-base
|
||||
DEPENDS:=+luci-theme-base luci-core
|
||||
DEFAULT:=y if PACKAGE_luci-core
|
||||
endef
|
||||
|
||||
define Package/luci-theme-openwrt/install
|
||||
|
|
Loading…
Reference in a new issue