contrib/package: fix default theme selection
This commit is contained in:
parent
51f6322e1e
commit
4a56b4f009
1 changed files with 2 additions and 2 deletions
|
@ -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 <stefan-at-freifunk-bno-dot-de>))
|
||||
|
|
Loading…
Reference in a new issue