diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:11:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:11:23 +0000 |
commit | b36781a78294f4594bff66fdd3d539c2388acc1e (patch) | |
tree | 630ec5372d67c2b7731ca0687f8692ca6f643977 | |
parent | 7c74bac8970e36d41693dce3257d7c2f3ee5950c (diff) |
contrib/package: add definition for Bootstrap theme
-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 |