netgear.mk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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))