Browse Source

ar71xx: add OM5P-ACv2 to the OM5P-AC profile

Signed-off-by: Sven Eckelmann <[email protected]>

SVN-Revision: 49155
John Crispin 10 years ago
parent
commit
240ed52317
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

@@ -28,12 +28,12 @@ endef
 $(eval $(call Profile,OM5P))
 
 define Profile/OM5PAC
-	NAME:=OpenMesh OM5P-AC
+	NAME:=OpenMesh OM5P-AC/OM5P-ACv2
 	PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
 endef
 
 define Profile/OM5PAC/Description
-	Package set optimized for the OpenMesh OM5P-AC.
+	Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
 endef
 
 $(eval $(call Profile,OM5PAC))