From b36781a78294f4594bff66fdd3d539c2388acc1e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 18:11:23 +0000 Subject: [PATCH 1/1] contrib/package: add definition for Bootstrap theme --- contrib/package/luci/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 249139e00..25a2304a8 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -503,6 +503,7 @@ 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,fledermaus,Fledermaus Theme)) $(eval $(call theme,freifunk,alternative Freifunk Theme,\ @@ -515,7 +516,7 @@ $(eval $(call theme,freifunk-hannover,Freifunk Hannover Theme,\ Mikolas Bingemer )) $(eval $(call theme,freifunk-generic,Freifunk Generic Theme,\ - Manuel Munz )) + Manuel Munz )) ### Translations ### define translation -- 2.11.0