trendnet.mk 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # Copyright (C) 2009 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/TEW632BRP
  8. NAME:=TRENDNet TEW-632BRP
  9. PACKAGES:=
  10. endef
  11. define Profile/TEW632BRP/Description
  12. Package set optimized for the TRENDNet TEW-632BRP.
  13. endef
  14. $(eval $(call Profile,TEW632BRP))
  15. define Profile/TEW652BRP
  16. NAME:=TRENDNet TEW-652BRP
  17. PACKAGES:=
  18. endef
  19. define Profile/TEW652BRP/Description
  20. Package set optimized for the TRENDNet TEW-652BRP.
  21. endef
  22. $(eval $(call Profile,TEW652BRP))
  23. define Profile/TEW673GRU
  24. NAME:=TRENDNet TEW-673GRU
  25. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  26. endef
  27. define Profile/TEW673GRU/Description
  28. Package set optimized for the TRENDNet TEW-673GRU.
  29. endef
  30. $(eval $(call Profile,TEW673GRU))
  31. define Profile/TEW712BR
  32. NAME:=TRENDNet TEW-712BR
  33. PACKAGES:=
  34. endef
  35. define Profile/TEW712BR/Description
  36. Package set optimized for the TRENDNet TEW-712BR.
  37. endef
  38. $(eval $(call Profile,TEW712BR))
  39. define Profile/TEW732BR
  40. NAME:=TRENDNet TEW-732BR
  41. PACKAGES:=
  42. endef
  43. define Profile/TEW732BR/Description
  44. Package set optimized for the TRENDNet TEW-732BR.
  45. endef
  46. $(eval $(call Profile,TEW732BR))