* luci-0.8: remove dependency on luci-theme-base from openwrt themes for now

This commit is contained in:
Jo-Philipp Wich 2008-11-02 00:49:23 +00:00
parent 2f78d8c81c
commit 8fb1ea2a32

View 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