contrib/package: fix default theme selection

This commit is contained in:
Jo-Philipp Wich 2013-04-04 18:08:39 +00:00
parent 51f6322e1e
commit 4a56b4f009

View file

@ -508,8 +508,8 @@ define theme
endef endef
$(eval $(call theme,base,Common base for all themes)) $(eval $(call theme,base,Common base for all themes))
$(eval $(call theme,openwrt,OpenWrt.org (default),,,1)) $(eval $(call theme,openwrt,OpenWrt.org))
$(eval $(call theme,bootstrap,Bootstrap Theme)) $(eval $(call theme,bootstrap,Bootstrap Theme (default),,,1))
$(eval $(call theme,freifunk-bno,Freifunk Berlin Nordost Theme,\ $(eval $(call theme,freifunk-bno,Freifunk Berlin Nordost Theme,\
Stefan Pirwitz <stefan-at-freifunk-bno-dot-de>)) Stefan Pirwitz <stefan-at-freifunk-bno-dot-de>))