netgear.mk 662 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2009-2014 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/R6100
  8. NAME:=NETGEAR R6100
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
  10. endef
  11. define Profile/R6100/Description
  12. Package set optimized for the NETGEAR R6100
  13. endef
  14. $(eval $(call Profile,R6100))
  15. define Profile/WNDR4300
  16. NAME:=NETGEAR WNDR3700v4/WNDR4300
  17. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
  18. endef
  19. define Profile/WNDR4300/Description
  20. Package set optimized for the NETGEAR WNDR3700v4/WNDR4300
  21. endef
  22. $(eval $(call Profile,WNDR4300))