0096-ar71xx-add-OM2P-HSv3-to-the-OM2P-profile.patch 962 B

123456789101112131415161718192021222324252627
  1. From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  2. Date: Fri, 20 May 2016 18:03:53 +0200
  3. Subject: ar71xx: add OM2P-HSv3 to the OM2P profile
  4. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  5. Forwarded: https://patchwork.ozlabs.org/patch/637057/
  6. diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk
  7. index c0919ed..ddd3f8d 100644
  8. --- a/target/linux/ar71xx/generic/profiles/openmesh.mk
  9. +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk
  10. @@ -6,12 +6,12 @@
  11. #
  12. define Profile/OM2P
  13. - NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC
  14. + NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC
  15. PACKAGES:=kmod-ath9k om-watchdog
  16. endef
  17. define Profile/OM2P/Description
  18. - Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC.
  19. + Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC.
  20. endef
  21. $(eval $(call Profile,OM2P))