Add support for ALLNET ALL0315N

Built, flashed and tested. SUCCESS.
This patch takes advantage of patch e93173c45c which solved issue https://github.com/freifunk-gluon/gluon/issues/226 by introducing "GluonProfileFactorySuffix".

Changed seperator from comma to space.
This commit is contained in:
FRNK-BK 2015-02-17 18:48:46 +01:00 committed by Frnk Snck
parent 287163365f
commit 64a55935e8

View File

@ -133,6 +133,6 @@ $(eval $(call GluonModel,WZRHPAG300H,wzr-hp-ag300h-squashfs,buffalo-wzr-hp-ag300
## Allnet ## Allnet
# ALL0315N # ALL0315N
$(eval $(call GluonProfile,ALL0315N,uboot-envtools,rssileds)) $(eval $(call GluonProfile,ALL0315N,uboot-envtools rssileds))
$(eval $(call GluonProfileFactorySuffix,ALL0315N,)) $(eval $(call GluonProfileFactorySuffix,ALL0315N,))
$(eval $(call GluonModel,ALL0315N,all0315n-squashfs,allnet-all0315n)) $(eval $(call GluonModel,ALL0315N,all0315n-squashfs,allnet-all0315n))