summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 69263e78b2..726a3b3a30 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