t-com.mk 556 B

12345678910111213141516171819202122232425
  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/SPW303V
  8. NAME:=T-Com Speedport W 303V
  9. PACKAGES:=kmod-b43 wpad-mini
  10. endef
  11. define Profile/SPW303V/Description
  12. Package set optimized for SPW303V.
  13. endef
  14. $(eval $(call Profile,SPW303V))
  15. define Profile/SPW500V
  16. NAME:=T-Com Speedport W 500V
  17. PACKAGES:=kmod-b43 wpad-mini
  18. endef
  19. define Profile/SPW500V/Description
  20. Package set optimized for SPW500V.
  21. endef
  22. $(eval $(call Profile,SPW500V))