diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-06-17 15:24:53 +0200 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2016-09-21 18:16:54 +0200 |
commit | 3411c9a885955875a02e764e34d5be21132a444e (patch) | |
tree | 396e8a75db1ad4deccaee1f3beb9373264454e84 /target/linux | |
parent | 21560ae52e73e7f1204ca87dcbf946135c31b481 (diff) | |
download | upstream-3411c9a885955875a02e764e34d5be21132a444e.tar.gz upstream-3411c9a885955875a02e764e34d5be21132a444e.tar.bz2 upstream-3411c9a885955875a02e764e34d5be21132a444e.zip |
ar71xx: add MR1750v2 to the MR1750 profile
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux')
-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 ddd3f8d3a6..e245e6c544 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/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 ath10k-firmware-qca988x 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)) |