From 754e4af1d738ebb84fd63bd98d6b606613202898 Mon Sep 17 00:00:00 2001 From: Frnk Snck Date: Wed, 18 Feb 2015 17:53:35 +0100 Subject: [PATCH] Add support for ALLNET ALL0315N Built, flashed and successully tested. This patch takes advantage of patch freifunk-gluon@e93173c which solved issue freifunk-gluon#226 by introducing "GluonProfileFactorySuffix". Packages are separated by a space, not a comma. The ALL0315N initially has a OpenWRT based firmware and there is no need for a factory image. The sysupgrade can be flashed instantly. --- targets/ar71xx-generic/profiles.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index 4be109db..56fa2f09 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -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))