From: Markus Wigge Date: Thu, 16 Apr 2009 16:37:51 +0000 (+0000) Subject: removed dependancy to openwrt.org theme. X-Git-Tag: 0.9.0~508 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=085a0a9ec040fc3ea5ee537d2cee724aa775747b;p=project%2Fluci.git removed dependancy to openwrt.org theme. Now it is possible to select a different (custom) theme as the only available theme on the router. --- 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