projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a4c5bc2
)
contrib: fix package definition of luci-theme-openwrt-light (#146)
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 21 Oct 2010 20:54:08 +0000
(20:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 21 Oct 2010 20:54:08 +0000
(20:54 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index
b30caca
..
e1ae6e7
100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-476,7
+476,7
@@
endef
$(eval $(call theme,base,Common base for all themes,,+luci-lib-web))
$(eval $(call theme,openwrt,OpenWrt.org (default),,,1))
$(eval $(call theme,base,Common base for all themes,,+luci-lib-web))
$(eval $(call theme,openwrt,OpenWrt.org (default),,,1))
-$(eval $(call theme,openwrtlight,OpenWrt.org - light variant without images))
+$(eval $(call theme,openwrt
-
light,OpenWrt.org - light variant without images))
$(eval $(call theme,fledermaus,Fledermaus Theme))
$(eval $(call theme,freifunk,alternative Freifunk Theme,\
$(eval $(call theme,fledermaus,Fledermaus Theme))
$(eval $(call theme,freifunk,alternative Freifunk Theme,\
@@
-560,11
+560,11
@@
$(eval $(call collection,ssl,\
$(eval $(call collection,medium,\
Medium package set using only admin full and a theme without graphics,\
$(eval $(call collection,medium,\
Medium package set using only admin full and a theme without graphics,\
- +uhttpd +luci-mod-admin-full +luci-theme-openwrtlight))
+ +uhttpd +luci-mod-admin-full +luci-theme-openwrt
-
light))
$(eval $(call collection,light,\
Minimum package set using only admin mini and a theme without graphics,\
$(eval $(call collection,light,\
Minimum package set using only admin mini and a theme without graphics,\
- +uhttpd +luci-mod-admin-mini +luci-theme-openwrtlight))
+ +uhttpd +luci-mod-admin-mini +luci-theme-openwrt
-
light))
### Compile ###
### Compile ###