rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / 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 \
13 kmod-ata-core kmod-ata-artop \
14 kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
15 kmod-fs-ext2 kmod-fs-ext3
16 endef
17
18 define Profile/DSMG600RevA/Description
19 Package set optimized for the DSM-G600 Rev A
20 endef
21 $(eval $(call Profile,DSMG600RevA))
22