diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-05-19 20:21:17 +0200 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2016-09-21 18:16:54 +0200 |
commit | 0e46b8641bfac575ab251f1f072ef9661e42cae8 (patch) | |
tree | 210f13caffb3009af3e69bc451fecbe15f95edf6 | |
parent | 6f84fea54e4115590d7e4db74764fd9ae55b321a (diff) | |
download | upstream-0e46b8641bfac575ab251f1f072ef9661e42cae8.tar.gz upstream-0e46b8641bfac575ab251f1f072ef9661e42cae8.tar.bz2 upstream-0e46b8641bfac575ab251f1f072ef9661e42cae8.zip |
ar71xx: add OM5P-ACv2 to the OM5P-AC profile
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Backport of r49155
-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 64aaa242e1..c0919ed1a0 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 ath10k-firmware-qca988x 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)) |