From 4a56b4f0091dffb0c3bce8d54b3b877d2a5dac7a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 4 Apr 2013 18:08:39 +0000 Subject: [PATCH] contrib/package: fix default theme selection --- contrib/package/luci/Makefile | 4 ++-- 1 file 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 )) -- 2.11.0