removed dependancy to openwrt.org theme.

Now it is possible to select a different (custom) theme as the only
available theme on the router.
This commit is contained in:
Markus Wigge 2009-04-16 16:37:51 +00:00
parent 43173b1f31
commit 085a0a9ec0

View file

@ -340,7 +340,7 @@ endef
define Package/luci-admin-core
$(call Package/luci/webtemplate)
DEPENDS+=+luci-web +luci-cbi +luci-theme-openwrt +luci-i18n-english
DEPENDS+=+luci-web +luci-cbi +luci-i18n-english
TITLE:=Web UI Core Module
endef