400-DSMG600RevA.mk 509 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2006 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/DSMG600RevA
  8. NAME:=DSM-G600 Rev A
  9. PACKAGES:=kmod-via-velocity \
  10. kmod-ath5k \
  11. kmod-scsi-core \
  12. kmod-ata-core kmod-ata-artop \
  13. kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \
  14. kmod-fs-ext4
  15. endef
  16. define Profile/DSMG600RevA/Description
  17. Package set optimized for the DSM-G600 Rev A
  18. endef
  19. $(eval $(call Profile,DSMG600RevA))