From 60f6a9125179a53885b696ae7a29d204eb42eb4b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 23 Jul 2009 12:11:47 +0000 Subject: [PATCH] contrib/package: select openwrt.org theme by default but do not make it a hard depncy --- contrib/package/luci/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0