* luci-0.8: remove dependency on luci-theme-base from openwrt themes for now
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Nov 2008 00:49:23 +0000 (00:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Nov 2008 00:49:23 +0000 (00:49 +0000)
contrib/package/luci/Makefile

index 443f0462000f6b8f1cf3826d6fc6c0ae22bf11d6..86a39c42ff6424205b36938956afbb3c80433001 100644 (file)
@@ -455,7 +455,7 @@ endef
 define Package/luci-theme-openwrt
   $(call Package/luci/thtemplate)
   TITLE:=OpenWrt.org (default)
-  DEPENDS:=+luci-theme-base
+# DEPENDS:=+luci-theme-base
 endef
 
 define Package/luci-theme-openwrt/install
@@ -465,7 +465,7 @@ endef
 define Package/luci-theme-openwrtlight
   $(call Package/luci/thtemplate)
   TITLE:=OpenWrt.org - light variant without images
-  DEPENDS:=+luci-theme-base
+# DEPENDS:=+luci-theme-base
 endef
 
 define Package/luci-theme-openwrtlight/install