200-ZyXEL.mk 617 B

123456789101112131415161718192021222324252627
  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/P334WT
  8. NAME:=ZyXEL Prestige 334WT
  9. PACKAGES:=kmod-acx-mac80211
  10. endef
  11. define Profile/P334WT/Description
  12. Package set optimized for the ZyXEL Prestige 334WT board.
  13. endef
  14. define Profile/P335WT
  15. NAME:=ZyXEL Prestige 335WT
  16. PACKAGES:=kmod-acx-mac80211 kmod-usb-core kmod-usb-adm5120
  17. endef
  18. define Profile/P335WT/Description
  19. Package set optimized for the ZyXEL Prestige 335WT board.
  20. endef
  21. $(eval $(call Profile,P334WT))
  22. $(eval $(call Profile,P335WT))