linksys.mk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Copyright (C) 2013-2015 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/Caiman
  8. NAME:=Linksys WRT1200AC (Caiman)
  9. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  10. endef
  11. define Profile/Caiman/Description
  12. Package set compatible with the Linksys WRT1200AC (Caiman).
  13. endef
  14. $(eval $(call Profile,Caiman))
  15. define Profile/Cobra
  16. NAME:=Linksys WRT1900ACv2 (Cobra)
  17. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  18. endef
  19. define Profile/Cobra/Description
  20. Package set compatible with the Linksys WRT1900AC (Cobra).
  21. endef
  22. $(eval $(call Profile,Cobra))
  23. define Profile/Mamba
  24. NAME:=Linksys WRT1900AC (Mamba)
  25. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  26. endef
  27. define Profile/Mamba/Description
  28. Package set compatible with the Linksys WRT1900AC (Mamba).
  29. endef
  30. $(eval $(call Profile,Mamba))
  31. define Profile/Shelby
  32. NAME:=Linksys WRT1900ACS (Shelby)
  33. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  34. endef
  35. define Profile/Shelby/Description
  36. Package set compatible with the Linksys WRT1900ACS (Shelby).
  37. endef
  38. $(eval $(call Profile,Shelby))
  39. define Profile/Rango
  40. NAME:=Linksys WRT3200ACM (Rango)
  41. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  42. endef
  43. define Profile/Rango/Description
  44. Package set compatible with the Linksys WRT3200ACM (Rango).
  45. endef
  46. $(eval $(call Profile,Rango))