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 frank
parent a8b7c39078
commit 4fdbc9af5c

View File

@ -129,3 +129,10 @@ $(eval $(call GluonModel,WZRHPG450H,wzr-hp-g450h-squashfs,buffalo-wzr-hp-g450h))
# WZR-HP-AG300H/WZR-600DHP
$(eval $(call GluonProfile,WZRHPAG300H))
$(eval $(call GluonModel,WZRHPAG300H,wzr-hp-ag300h-squashfs,buffalo-wzr-hp-ag300h-wzr-600dhp))
## Allnet
# ALL0315N
$(eval $(call GluonProfile,ALL0315N,uboot-envtools rssileds))
$(eval $(call GluonProfileFactorySuffix,ALL0315N,))
$(eval $(call GluonModel,ALL0315N,all0315n-squashfs,allnet-all0315n))