contrib/package: fix default theme selection
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 4 Apr 2013 18:08:39 +0000 (18:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 4 Apr 2013 18:08:39 +0000 (18:08 +0000)
contrib/package/luci/Makefile

index 6f816ca..ebec815 100644 (file)
@@ -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>))