contrib/package: select openwrt.org theme by default but do not make it a hard depncy

This commit is contained in:
Jo-Philipp Wich 2009-07-23 12:11:47 +00:00
parent 97743c1387
commit 60f6a91251

View file

@ -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