From: Jo-Philipp Wich Date: Thu, 4 Apr 2013 18:08:39 +0000 (+0000) Subject: contrib/package: fix default theme selection X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4a56b4f0091dffb0c3bce8d54b3b877d2a5dac7a contrib/package: fix default theme selection --- 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 ))