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.
This commit is contained in:
Marlow925 2016-12-27 01:50:13 +00:00 committed by GitHub
parent 2ddf77fc81
commit 4af0f67dac

View File

@ -4,3 +4,8 @@
$(eval $(call GluonProfile,VOCORE)) $(eval $(call GluonProfile,VOCORE))
$(eval $(call GluonProfileFactorySuffix,VOCORE)) $(eval $(call GluonProfileFactorySuffix,VOCORE))
$(eval $(call GluonModel,VOCORE,vocore,vocore)) $(eval $(call GluonModel,VOCORE,vocore,vocore))
# FON2303A
$(eval $(call GluonProfile,FONERA20N))
$(eval $(call GluonProfileFactorySuffix,FONERA20N))
$(eval $(call GluonModel,FONERA20N,fonera20n,fon2303a))