projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43173b1
)
removed dependancy to openwrt.org theme.
author
Markus Wigge
<markus@cultcom.de>
Thu, 16 Apr 2009 16:37:51 +0000
(16:37 +0000)
committer
Markus Wigge
<markus@cultcom.de>
Thu, 16 Apr 2009 16:37:51 +0000
(16:37 +0000)
Now it is possible to select a different (custom) theme as the only
available theme on the router.
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index ec1a52a177135729c7d85db48d5a4e8d62ca23cb..3cdcfd41f7c682996c6102ac5adbbf3b48af9088 100644
(file)
--- 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