From 4af0f67daca93a744dcb1910245a7bf808779ff6 Mon Sep 17 00:00:00 2001 From: Marlow925 Date: Tue, 27 Dec 2016 01:50:13 +0000 Subject: [PATCH 1/2] Adding support for the Fonera Fon2303a Router Adding support for the Fonera Fon2303a Router to Gluon. A large quantity has turned up for distribution in Freifunk groups and apart from not being able to IBSS mesh, they work perfectly on 802.11s mesh. --- targets/ramips-rt305x/profiles.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/targets/ramips-rt305x/profiles.mk b/targets/ramips-rt305x/profiles.mk index 4aee5eae..b1924b05 100644 --- a/targets/ramips-rt305x/profiles.mk +++ b/targets/ramips-rt305x/profiles.mk @@ -4,3 +4,8 @@ $(eval $(call GluonProfile,VOCORE)) $(eval $(call GluonProfileFactorySuffix,VOCORE)) $(eval $(call GluonModel,VOCORE,vocore,vocore)) + +# FON2303A +$(eval $(call GluonProfile,FONERA20N)) +$(eval $(call GluonProfileFactorySuffix,FONERA20N)) +$(eval $(call GluonModel,FONERA20N,fonera20n,fon2303a)) From da7f78c9d887ec02e10bfd6b617b35a7483b2a2e Mon Sep 17 00:00:00 2001 From: Marlow925 Date: Tue, 27 Dec 2016 01:51:38 +0000 Subject: [PATCH 2/2] slight additional edit. slight additional edit for easier finding the images by search. --- targets/ramips-rt305x/profiles.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ramips-rt305x/profiles.mk b/targets/ramips-rt305x/profiles.mk index b1924b05..8f7126c1 100644 --- a/targets/ramips-rt305x/profiles.mk +++ b/targets/ramips-rt305x/profiles.mk @@ -8,4 +8,4 @@ $(eval $(call GluonModel,VOCORE,vocore,vocore)) # FON2303A $(eval $(call GluonProfile,FONERA20N)) $(eval $(call GluonProfileFactorySuffix,FONERA20N)) -$(eval $(call GluonModel,FONERA20N,fonera20n,fon2303a)) +$(eval $(call GluonModel,FONERA20N,fonera20n,fonera-fon2303a))