zyxel.mk 692 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2009 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/NBG_460N_550N_550NH
  8. NAME:=Zyxel NBG 460N/550N/550NH
  9. PACKAGES:=kmod-rtc-pcf8563
  10. endef
  11. define Profile/NBG_460N_550N_550NH/Description
  12. Package set optimized for the Zyxel NBG 460N/550N/550NH Routers.
  13. endef
  14. $(eval $(call Profile,NBG_460N_550N_550NH))
  15. define Profile/NBG6616
  16. NAME:=ZyXEL NBG6616
  17. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage kmod-rtc-pcf8563 kmod-ath10k
  18. endef
  19. define Profile/NBG6616/Description
  20. Package set optimized for the ZyXEL NBG6616
  21. endef
  22. $(eval $(call Profile,NBG6616))