0078-ar71xx-add-OM5P-ACv2-to-the-OM5P-AC-profile.patch 941 B

1234567891011121314151617181920212223242526272829
  1. From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  2. Date: Sat, 9 Apr 2016 10:26:34 +0000
  3. Subject: ar71xx: add OM5P-ACv2 to the OM5P-AC profile
  4. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  5. Backport of r49155
  6. Forwarded: https://patchwork.ozlabs.org/patch/624205/
  7. diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk
  8. index 64aaa24..c0919ed 100644
  9. --- a/target/linux/ar71xx/generic/profiles/openmesh.mk
  10. +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk
  11. @@ -28,12 +28,12 @@ endef
  12. $(eval $(call Profile,OM5P))
  13. define Profile/OM5PAC
  14. - NAME:=OpenMesh OM5P-AC
  15. + NAME:=OpenMesh OM5P-AC/OM5P-ACv2
  16. PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog ath10k-firmware-qca988x
  17. endef
  18. define Profile/OM5PAC/Description
  19. - Package set optimized for the OpenMesh OM5P-AC.
  20. + Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
  21. endef
  22. $(eval $(call Profile,OM5PAC))