ar71xx: Add support for AirTight Networks C-55
[lede.git] / target / linux / ar71xx / generic / profiles / openmesh.mk
index 100636e5a50746356c2a0fd6522a6c4258f4982d..1c51e93a92ec2ee09bd08bca4237218eb6665a60 100644 (file)
@@ -17,12 +17,12 @@ endef
 $(eval $(call Profile,OM2P))
 
 define Profile/OM5P
-       NAME:=OpenMesh OM5P
+       NAME:=OpenMesh OM5P/OM5P-AN
        PACKAGES:=kmod-ath9k om-watchdog
 endef
 
 define Profile/OM5P/Description
-       Package set optimized for the OpenMesh OM5P.
+       Package set optimized for the OpenMesh OM5P/OM5P-AN.
 endef
 
 $(eval $(call Profile,OM5P))
@@ -49,9 +49,20 @@ endef
 
 $(eval $(call Profile,MR900))
 
+define Profile/MR1750
+        NAME:=OpenMesh MR1750
+        PACKAGES:=kmod-ath9k kmod-ath10k
+endef
+
+define Profile/MR1750/Description
+        Package set optimized for the OpenMesh MR1750.
+endef
+
+$(eval $(call Profile,MR1750))
+
 define Profile/OPENMESH
        NAME:=OpenMesh products
-       PACKAGES:=kmod-ath9k om-watchdog
+       PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
 endef
 
 define Profile/OPENMESH/Description