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:
51f6322
)
contrib/package: fix default theme selection
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 4 Apr 2013 18:08:39 +0000
(18:08 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 4 Apr 2013 18:08:39 +0000
(18:08 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 6f816caf4bec5da2f6a6cf3f7680193e1668783a..ebec8159a027181b6b5c3980b7b4d7c1c0023b59 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-508,8
+508,8
@@
define theme
endef
$(eval $(call theme,base,Common base for all themes))
-$(eval $(call theme,openwrt,OpenWrt.org
(default),,,1
))
-$(eval $(call theme,bootstrap,Bootstrap Theme))
+$(eval $(call theme,openwrt,OpenWrt.org))
+$(eval $(call theme,bootstrap,Bootstrap Theme
(default),,,1
))
$(eval $(call theme,freifunk-bno,Freifunk Berlin Nordost Theme,\
Stefan Pirwitz <stefan-at-freifunk-bno-dot-de>))