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 69263e7..726a3b3 100644 (file)
@@ -801,7 +801,8 @@ endef
 define Package/luci-theme-openwrt
   $(call Package/luci/thtemplate)
   TITLE:=OpenWrt.org (default)
 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
 endef
 
 define Package/luci-theme-openwrt/install