easylink.mk 572 B

1234567891011121314151617181920212223242526272829
  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/ELM150
  8. NAME:=EasyLink EL-M150
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/ELM150/Description
  12. Package set optimized for the EasyLink EL-M150.
  13. endef
  14. $(eval $(call Profile,ELM150))
  15. define Profile/ELMINI
  16. NAME:=EasyLink EL-MINI
  17. PACKAGES:=kmod-usb-core kmod-usb2
  18. endef
  19. define Profile/ELMINI/Description
  20. Package set optimized for the EasyLink EL-MINI.
  21. endef
  22. $(eval $(call Profile,ELMINI))