Added uhci support to dsmg600 profile
[openwrt-10.03/.git] / target / linux / ixp4xx-2.6 / profiles / 400-DSMG600RevA.mk
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
8 define Profile/DSMG600RevA
9   NAME:=DSM-G600 Rev A
10   PACKAGES:=kmod-via-velocity \
11         kmod-madwifi wireless-tools \
12         kmod-scsi-core kmod-libata kmod-pata-artop \
13         kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
14         kmod-fs-ext2 kmod-fs-ext3
15 endef
16
17 define Profile/DSMG600RevA/Description
18         Package set optimized for the DSM-G600 Rev A
19 endef
20 $(eval $(call Profile,DSMG600RevA))
21