netgear.mk 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. PACKAGES:= -kmod-usb-core -kmod-usb-ohci -kmod-usb2 -kmod-ledtrig-usbdev
  26. endef
  27. define Profile/WNR2000V3/Description
  28. Package set optimized for the NETGEAR WNR2000V3
  29. endef
  30. $(eval $(call Profile,WNR2000V3))
  31. define Profile/WNR2000V4
  32. NAME:=NETGEAR WNR2000V4
  33. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  34. endef
  35. define Profile/WNR2000V4/Description
  36. Package set optimized for the NETGEAR WNR2000V4
  37. endef
  38. $(eval $(call Profile,WNR2000V4))
  39. define Profile/WNR612V2
  40. NAME:=NETGEAR WNR612V2 / On Networks N150
  41. endef
  42. define Profile/WNR612V2/Description
  43. Package set optimized for the NETGEAR WNR612V2 / On Networks N150
  44. endef
  45. $(eval $(call Profile,WNR612V2))
  46. define Profile/WNR1000V2
  47. NAME:=NETGEAR WNR1000V2
  48. endef
  49. define Profile/WNR1000V2/Description
  50. Package set optimized for the NETGEAR WNR1000V2
  51. endef
  52. $(eval $(call Profile,WNR1000V2))
  53. define Profile/WNR2200
  54. NAME:=NETGEAR WNR2200
  55. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  56. endef
  57. define Profile/WNR2200/Description
  58. Package set optimized for the NETGEAR WNR2200
  59. endef
  60. $(eval $(call Profile,WNR2200))
  61. define Profile/WPN824N
  62. NAME:=NETGEAR WPN824N
  63. endef
  64. define Profile/WPN824N/Description
  65. Package set optimized for the NETGEAR WPN824N
  66. endef
  67. $(eval $(call Profile,WPN824N))