0103-ar71xx-add-MR1750v2-to-the-MR1750-profile.patch 938 B

123456789101112131415161718192021222324252627
  1. From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  2. Date: Fri, 20 May 2016 18:04:00 +0200
  3. Subject: ar71xx: add MR1750v2 to the MR1750 profile
  4. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  5. Forwarded: https://patchwork.ozlabs.org/patch/637065/
  6. diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk
  7. index ddd3f8d..e245e6c 100644
  8. --- a/target/linux/ar71xx/generic/profiles/openmesh.mk
  9. +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk
  10. @@ -61,12 +61,12 @@ endef
  11. $(eval $(call Profile,MR900))
  12. define Profile/MR1750
  13. - NAME:=OpenMesh MR1750
  14. + NAME:=OpenMesh MR1750/MR1750v2
  15. PACKAGES:=kmod-ath9k kmod-ath10k ath10k-firmware-qca988x
  16. endef
  17. define Profile/MR1750/Description
  18. - Package set optimized for the OpenMesh MR1750.
  19. + Package set optimized for the OpenMesh MR1750/MR1750v2.
  20. endef
  21. $(eval $(call Profile,MR1750))