upvel.mk 662 B

12345678910111213141516171819202122232425262728293031
  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/UR-326N4G
  8. NAME:=UPVEL UR-326N4G
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-dwc2 \
  11. kmod-ledtrig-usbdev
  12. endef
  13. define Profile/UR-326N4G/Description
  14. Default package set compatible with URVEL router board.
  15. endef
  16. $(eval $(call Profile,UR-326N4G))
  17. define Profile/UR-336UN
  18. NAME:=UPVEL UR-336UN
  19. PACKAGES:=\
  20. kmod-usb-core kmod-usb-dwc2 \
  21. kmod-ledtrig-usbdev
  22. endef
  23. define Profile/UR-336UN/Description
  24. Default package set compatible with URVEL router board.
  25. endef
  26. $(eval $(call Profile,UR-336UN))