Compex.mk 785 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Copyright (C) 2007 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/NP27G
  8. NAME:=Compex NP27G
  9. PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-adm5120
  10. endef
  11. define Profile/NP27G/Description
  12. Package set optimized for the Compex NP27G.
  13. endef
  14. define Profile/NP28G
  15. NAME:=Compex NP28G
  16. PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-uhci kmod-usb2
  17. endef
  18. define Profile/NP28G/Description
  19. Package set optimized for the Compex NP28G.
  20. endef
  21. define Profile/WP54
  22. NAME:=Compex WP54 family
  23. PACKAGES:=kmod-ath5k
  24. endef
  25. define Profile/WP54/Description
  26. Package set optimized for the Compex WP54 family.
  27. endef
  28. $(eval $(call Profile,NP27G))
  29. $(eval $(call Profile,NP28G))
  30. $(eval $(call Profile,WP54))