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