diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:26:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:26:34 +0000 |
commit | 240ed52317145dfa8863dc044338e34b8dc5b4d7 (patch) | |
tree | dd68d80ae8b0c291b6c262c981dae1396c2da439 /target | |
parent | 063a6499dbd30c546c797a1d4779f79e863fdddc (diff) | |
download | upstream-240ed52317145dfa8863dc044338e34b8dc5b4d7.tar.gz upstream-240ed52317145dfa8863dc044338e34b8dc5b4d7.tar.bz2 upstream-240ed52317145dfa8863dc044338e34b8dc5b4d7.zip |
ar71xx: add OM5P-ACv2 to the OM5P-AC profile
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
SVN-Revision: 49155
Diffstat (limited to 'target')
-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)) |