telsey.mk 834 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Copyright (C) 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/CPVA502PLUS
  8. NAME:=Telsey CPVA502+
  9. PACKAGES:=kmod-b43 wpad-mini
  10. endef
  11. define Profile/CPVA502PLUS/Description
  12. Package set optimized for CPVA502+.
  13. endef
  14. $(eval $(call Profile,CPVA502PLUS))
  15. define Profile/CPVA642
  16. NAME:=Telsey CPVA642-type (CPA-ZNTE60T)
  17. PACKAGES:=kmod-rt61-pci wpad-mini\
  18. kmod-usb2 kmod-usb-ohci
  19. endef
  20. define Profile/CPVA642/Description
  21. Package set optimized for CPVA642-type.
  22. endef
  23. $(eval $(call Profile,CPVA642))
  24. define Profile/MAGIC
  25. NAME:=Telsey MAGIC (Alice W-Gate)
  26. PACKAGES:=kmod-b43 wpad-mini
  27. endef
  28. define Profile/MAGIC/Description
  29. Package set optimized for Telsey MAGIC (Alice W-Gate)
  30. endef
  31. $(eval $(call Profile,CPVA502PLUS))