wd.mk 834 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Copyright (C) 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/MYNETN600
  8. NAME:=WD My Net N600
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/MYNETN600/Description
  12. Package set optimized for the WD My Net N600 device.
  13. endef
  14. $(eval $(call Profile,MYNETN600))
  15. define Profile/MYNETN750
  16. NAME:=WD My Net N750
  17. PACKAGES:=kmod-usb-core kmod-usb2
  18. endef
  19. define Profile/MYNETN750/Description
  20. Package set optimized for the WD My Net N750 device.
  21. endef
  22. $(eval $(call Profile,MYNETN750))
  23. define Profile/MYNETREXT
  24. NAME:=WD My Net Wi-Fi Range Extender
  25. PACKAGES:=rssileds
  26. endef
  27. define Profile/MYNETREXT/Description
  28. Package set optimized for the WD My Net Wi-Fi Range Extender device.
  29. endef
  30. $(eval $(call Profile,MYNETREXT))