contrib/package: select openwrt.org theme by default but do not make it a hard depncy
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 12:11:47 +0000 (12:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 12:11:47 +0000 (12:11 +0000)
contrib/package/luci/Makefile

index 69263e78b255d1b32623df3ed2acf53f48d8669f..726a3b3a302193b9ed9239e4e4ab2f17f8d0e5b3 100644 (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