diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-09 10:26:34 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-09 10:26:34 +0000 |
commit | 9e529c444400448bb7961eb068d2f27cb4779ee7 (patch) | |
tree | f393eaa38d5aa3f978e713757abaa12b78d2bb1b | |
parent | a2d215e26f158f0638bde65f15e1de967d911ae1 (diff) | |
download | master-187ad058-9e529c444400448bb7961eb068d2f27cb4779ee7.tar.gz master-187ad058-9e529c444400448bb7961eb068d2f27cb4779ee7.tar.bz2 master-187ad058-9e529c444400448bb7961eb068d2f27cb4779ee7.zip |
ar71xx: add OM5P-ACv2 to the OM5P-AC profile
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49155 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/generic/profiles/openmesh.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 0873ac5306..6817c597b0 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/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)) |