netgear.mk 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #
  2. # Copyright (C) 2009-2013 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/WNDAP360
  8. NAME:=NETGEAR WNDAP360
  9. PACKAGES:=
  10. endef
  11. define Profile/WNDAP360/Description
  12. Package set optimized for the NETGEAR WNDAP360
  13. endef
  14. $(eval $(call Profile,WNDAP360))
  15. define Profile/WNDR3700
  16. NAME:=NETGEAR WNDR3700/WNDR3800/WNDRMAC
  17. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-leds-wndr3700-usb
  18. endef
  19. define Profile/WNDR3700/Description
  20. Package set optimized for the NETGEAR WNDR3700/WNDR3800/WNDRMAC
  21. endef
  22. $(eval $(call Profile,WNDR3700))
  23. define Profile/WNR2000V3
  24. NAME:=NETGEAR WNR2000V3
  25. endef
  26. define Profile/WNR2000V3/Description
  27. Package set optimized for the NETGEAR WNR2000V3
  28. endef
  29. $(eval $(call Profile,WNR2000V3))
  30. define Profile/WNR2000V4
  31. NAME:=NETGEAR WNR2000V4
  32. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  33. endef
  34. define Profile/WNR2000V4/Description
  35. Package set optimized for the NETGEAR WNR2000V4
  36. endef
  37. $(eval $(call Profile,WNR2000V4))
  38. define Profile/WNR612V2
  39. NAME:=NETGEAR WNR612V2 / On Networks N150
  40. endef
  41. define Profile/WNR612V2/Description
  42. Package set optimized for the NETGEAR WNR612V2 / On Networks N150
  43. endef
  44. $(eval $(call Profile,WNR612V2))
  45. define Profile/WNR1000V2
  46. NAME:=NETGEAR WNR1000V2
  47. endef
  48. define Profile/WNR1000V2/Description
  49. Package set optimized for the NETGEAR WNR1000V2
  50. endef
  51. $(eval $(call Profile,WNR1000V2))
  52. define Profile/WNR2200
  53. NAME:=NETGEAR WNR2200
  54. endef
  55. define Profile/WNR2200/Description
  56. Package set optimized for the NETGEAR WNR2200
  57. endef
  58. $(eval $(call Profile,WNR2200))
  59. define Profile/WPN824N
  60. NAME:=NETGEAR WPN824N
  61. endef
  62. define Profile/WPN824N/Description
  63. Package set optimized for the NETGEAR WPN824N
  64. endef
  65. $(eval $(call Profile,WPN824N))