summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-04 18:08:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-04-04 18:08:39 +0000
commit4a56b4f0091dffb0c3bce8d54b3b877d2a5dac7a (patch)
tree8eee2bd23ebac4859e63df31c22ef3c8cc5e1a26 /contrib
parent51f6322e1e4570ca8ca4070fab74f74cee4299a4 (diff)
contrib/package: fix default theme selection
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 6f816caf4..ebec8159a 100644
--- 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>))