From: Jo-Philipp Wich Date: Thu, 23 Jul 2009 12:11:47 +0000 (+0000) Subject: contrib/package: select openwrt.org theme by default but do not make it a hard depncy X-Git-Tag: 0.10.0~1318 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=60f6a9125179a53885b696ae7a29d204eb42eb4b;p=project%2Fluci.git contrib/package: select openwrt.org theme by default but do not make it a hard depncy --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 69263e78b..726a3b3a3 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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