summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-23 12:11:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-23 12:11:47 +0000
commit60f6a9125179a53885b696ae7a29d204eb42eb4b (patch)
tree85aed162c8b8fa3463f3405c3842b6f63e494817 /contrib
parent97743c13872fc3a650ff133cd0e2e26da23e3f99 (diff)
contrib/package: select openwrt.org theme by default but do not make it a hard depncy
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile3
1 files changed, 2 insertions, 1 deletions
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