diff options
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <mickey-at-freifunk-hannover-dot-de>)) $(eval $(call theme,freifunk-generic,Freifunk Generic Theme,\ - Manuel Munz <freifunk-at-somakoma-dot-de>)) + Manuel Munz <freifunk-at-somakoma-dot-de>)) ### Translations ### define translation |