summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorMarkus Wigge <markus@cultcom.de>2009-04-16 16:37:51 +0000
committerMarkus Wigge <markus@cultcom.de>2009-04-16 16:37:51 +0000
commit085a0a9ec040fc3ea5ee537d2cee724aa775747b (patch)
treeabe4d52e5ca2cf9f416607505ba199dbfefb833d /contrib/package
parent43173b1f31f36d22db5f4918587d80acfe10b9cd (diff)
removed dependancy to openwrt.org theme.
Now it is possible to select a different (custom) theme as the only available theme on the router.
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index ec1a52a17..3cdcfd41f 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -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