tenda.mk 787 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # Copyright (C) 2012 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/3G150B
  8. NAME:=Tenda 3G150B
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-dwc2 \
  11. kmod-ledtrig-usbdev
  12. endef
  13. define Profile/3G150B/Description
  14. Package set for Tenda 3G150B board
  15. endef
  16. $(eval $(call Profile,3G150B))
  17. define Profile/3G300M
  18. NAME:=Tenda 3G300M
  19. PACKAGES:=\
  20. kmod-usb-core kmod-usb-dwc2 \
  21. kmod-ledtrig-usbdev
  22. endef
  23. define Profile/3G300M/Description
  24. Package set for Tenda 3G300M board
  25. endef
  26. $(eval $(call Profile,3G300M))
  27. define Profile/W306R_V20
  28. NAME:=Tenda W306R V2.0
  29. PACKAGES:=
  30. endef
  31. define Profile/W306R_V20/Description
  32. Package set for Tenda W306R V2.0 board
  33. endef
  34. $(eval $(call Profile,W306R_V20))