tecom.mk 761 B

12345678910111213141516171819202122232425262728
  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/GW6000
  8. NAME:=Tecom GW6000
  9. PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
  10. kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
  11. kmod-ipt-nathelper-extra wlc
  12. endef
  13. define Profile/GW6000/Description
  14. Package set optimized for GW6000.
  15. endef
  16. $(eval $(call Profile,GW6000))
  17. define Profile/GW6200
  18. NAME:=Tecom GW6200
  19. PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
  20. kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
  21. kmod-ipt-nathelper-extra wlc
  22. endef
  23. define Profile/GW6200/Description
  24. Package set optimized for GW6200.
  25. endef
  26. $(eval $(call Profile,GW6200))