linksys.mk 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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:= \
  10. kmod-usb2 kmod-usb3 kmod-usb-storage \
  11. kmod-i2c-core kmod-i2c-mv64xxx \
  12. kmod-ata-core kmod-ata-mvebu-ahci \
  13. kmod-rtc-armada38x kmod-thermal-armada \
  14. kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
  15. kmod-leds-pca963x \
  16. kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
  17. swconfig
  18. endef
  19. define Profile/Caiman/Description
  20. Package set compatible with the Linksys WRT1200AC (Caiman).
  21. endef
  22. $(eval $(call Profile,Caiman))
  23. define Profile/Cobra
  24. NAME:=Linksys WRT1900ACv2 (Cobra)
  25. PACKAGES:= \
  26. kmod-usb2 kmod-usb3 kmod-usb-storage \
  27. kmod-i2c-core kmod-i2c-mv64xxx \
  28. kmod-ata-core kmod-ata-mvebu-ahci \
  29. kmod-rtc-armada38x kmod-thermal-armada \
  30. kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
  31. kmod-leds-pca963x \
  32. kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
  33. swconfig
  34. endef
  35. define Profile/Cobra/Description
  36. Package set compatible with the Linksys WRT1900AC (Cobra).
  37. endef
  38. $(eval $(call Profile,Cobra))
  39. define Profile/Mamba
  40. NAME:=Linksys WRT1900AC (Mamba)
  41. PACKAGES:= \
  42. kmod-usb2 kmod-usb3 kmod-usb-storage \
  43. kmod-i2c-core kmod-i2c-mv64xxx \
  44. kmod-ata-core kmod-ata-marvell-sata \
  45. kmod-rtc-marvell kmod-thermal-armada \
  46. kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
  47. kmod-hwmon-pwmfan kmod-leds-tlc59116 \
  48. kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
  49. swconfig
  50. endef
  51. define Profile/Mamba/Description
  52. Package set compatible with the Linksys WRT1900AC (Mamba).
  53. endef
  54. $(eval $(call Profile,Mamba))
  55. define Profile/Shelby
  56. NAME:=Linksys WRT1900ACS (Shelby)
  57. PACKAGES:= \
  58. kmod-usb2 kmod-usb3 kmod-usb-storage \
  59. kmod-i2c-core kmod-i2c-mv64xxx \
  60. kmod-ata-core kmod-ata-mvebu-ahci \
  61. kmod-rtc-armada38x kmod-thermal-armada \
  62. kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
  63. kmod-leds-pca963x \
  64. kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
  65. swconfig
  66. endef
  67. define Profile/Shelby/Description
  68. Package set compatible with the Linksys WRT1900ACS (Shelby).
  69. endef
  70. $(eval $(call Profile,Shelby))
  71. define Profile/Rango
  72. NAME:=Linksys WRT3200ACM (Rango)
  73. PACKAGES:= kmod-mwlwifi wpad-mini swconfig
  74. endef
  75. define Profile/Rango/Description
  76. Package set compatible with the Linksys WRT3200ACM (Rango).
  77. endef
  78. $(eval $(call Profile,Rango))