diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-16 19:09:01 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-16 19:09:01 +0000 |
commit | bc18a6c7817f68f503bead7909f2ee0baec9070a (patch) | |
tree | d39d7da81b66def19abd825d639fcea46b143c43 /target | |
parent | 3e971caf67e1b8679bd8bbc808dda50fb7a19501 (diff) | |
download | upstream-bc18a6c7817f68f503bead7909f2ee0baec9070a.tar.gz upstream-bc18a6c7817f68f503bead7909f2ee0baec9070a.tar.bz2 upstream-bc18a6c7817f68f503bead7909f2ee0baec9070a.zip |
rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8811 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/profiles/300-NAS100d.mk | 3 | ||||
-rw-r--r-- | target/linux/ixp4xx/profiles/400-DSMG600RevA.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/profiles/300-NAS100d.mk b/target/linux/ixp4xx/profiles/300-NAS100d.mk index f72128ecdc..2a43ac6d9b 100644 --- a/target/linux/ixp4xx/profiles/300-NAS100d.mk +++ b/target/linux/ixp4xx/profiles/300-NAS100d.mk @@ -9,7 +9,8 @@ define Profile/NAS100d NAME:=Iomega NAS 100d PACKAGES:=kmod-ixp4xx-npe \ kmod-madwifi wireless-tools \ - kmod-scsi-core kmod-libata kmod-pata-artop \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ kmod-usb-core kmod-usb2 kmod-usb-storage \ kmod-fs-ext2 kmod-fs-ext3 endef diff --git a/target/linux/ixp4xx/profiles/400-DSMG600RevA.mk b/target/linux/ixp4xx/profiles/400-DSMG600RevA.mk index 4eec1c5c6c..aa2c64217e 100644 --- a/target/linux/ixp4xx/profiles/400-DSMG600RevA.mk +++ b/target/linux/ixp4xx/profiles/400-DSMG600RevA.mk @@ -9,7 +9,8 @@ define Profile/DSMG600RevA NAME:=DSM-G600 Rev A PACKAGES:=kmod-via-velocity \ kmod-madwifi wireless-tools \ - kmod-scsi-core kmod-libata kmod-pata-artop \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ kmod-fs-ext2 kmod-fs-ext3 endef |