Added more essential NAS modules for NSLU2, NAS100d and DSMG600RevA profiles
SVN-Revision: 7780
This commit is contained in:
parent
96102521fe
commit
c90b8856fb
3 changed files with 14 additions and 3 deletions
|
@ -7,7 +7,10 @@
|
||||||
|
|
||||||
define Profile/NSLU2
|
define Profile/NSLU2
|
||||||
NAME:=Linksys NSLU2
|
NAME:=Linksys NSLU2
|
||||||
PACKAGES:=kmod-ixp4xx-npe kmod-usb2
|
PACKAGES:=kmod-ixp4xx-npe \
|
||||||
|
kmod-scsi-core \
|
||||||
|
kmod-usb-core kmod-usb2 kmod-usb-storage \
|
||||||
|
kmod-fs-ext2 kmod-fs-ext3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/NSLU2/Description
|
define Profile/NSLU2/Description
|
||||||
|
|
|
@ -7,7 +7,11 @@
|
||||||
|
|
||||||
define Profile/NAS100d
|
define Profile/NAS100d
|
||||||
NAME:=Iomega NAS 100d
|
NAME:=Iomega NAS 100d
|
||||||
PACKAGES:=kmod-ixp4xx-npe kmod-pata-artop kmod-usb2
|
PACKAGES:=kmod-ixp4xx-npe \
|
||||||
|
kmod-madwifi wireless-tools \
|
||||||
|
kmod-scsi-core kmod-libata kmod-pata-artop \
|
||||||
|
kmod-usb-core kmod-usb2 kmod-usb-storage \
|
||||||
|
kmod-fs-ext2 kmod-fs-ext3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/NAS100d/Description
|
define Profile/NAS100d/Description
|
||||||
|
|
|
@ -7,7 +7,11 @@
|
||||||
|
|
||||||
define Profile/DSMG600RevA
|
define Profile/DSMG600RevA
|
||||||
NAME:=DSM-G600 Rev A
|
NAME:=DSM-G600 Rev A
|
||||||
PACKAGES:=kmod-via-velocity -kmod-ixp4xx-npe kmod-pata-artop kmod-usb2
|
PACKAGES:=kmod-via-velocity \
|
||||||
|
kmod-madwifi wireless-tools \
|
||||||
|
kmod-scsi-core kmod-libata kmod-pata-artop \
|
||||||
|
kmod-usb-core kmod-usb2 kmod-usb-storage \
|
||||||
|
kmod-fs-ext2 kmod-fs-ext3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/DSMG600RevA/Description
|
define Profile/DSMG600RevA/Description
|
||||||
|
|
Loading…
Reference in a new issue