Browse Source

ar71xx: add MR1750v2 to the MR1750 profile

Signed-off-by: Sven Eckelmann <[email protected]>
Sven Eckelmann 9 years ago
parent
commit
f21de7d9a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ar71xx/generic/profiles/openmesh.mk

+ 2 - 2
target/linux/ar71xx/generic/profiles/openmesh.mk

@@ -61,12 +61,12 @@ endef
 $(eval $(call Profile,MR900))
 
 define Profile/MR1750
-        NAME:=OpenMesh MR1750
+        NAME:=OpenMesh MR1750/MR1750v2
         PACKAGES:=kmod-ath9k kmod-ath10k
 endef
 
 define Profile/MR1750/Description
-        Package set optimized for the OpenMesh MR1750.
+        Package set optimized for the OpenMesh MR1750/MR1750v2.
 endef
 
 $(eval $(call Profile,MR1750))