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".
This commit is contained in:
FRNK-BK 2015-02-17 21:45:25 +01:00
parent a376c6cf64
commit ed8b624c87

View File

@ -169,3 +169,10 @@ $(eval $(call GluonProfileFactorySuffix,WNDR3700,.img))
$(eval $(call GluonModel,WNDR3700,wndr3700-squashfs,netgear-wndr3700))
$(eval $(call GluonModel,WNDR3700,wndr3700v2-squashfs,netgear-wndr3700v2))
$(eval $(call GluonModel,WNDR3700,wndr3800-squashfs,netgear-wndr3800))
+
+## Allnet
+
+# ALL0315N
+$(eval $(call GluonProfile,ALL0315N,uboot-envtools,rssileds))
+$(eval $(call GluonProfileFactorySuffix,ALL0315N,))
+$(eval $(call GluonModel,ALL0315N,all0315n-squashfs,allnet-all0315n))