summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/generic
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2011-06-17 11:22:22 +0000
committerRod Whitby <rod@whitby.id.au>2011-06-17 11:22:22 +0000
commit710409740e399196ed197d19c6217a8266d8d4e1 (patch)
treec65c2823f567099bfa125c38fdf94d9602be87ae /target/linux/ixp4xx/generic
parente40867228ea21fb0fbfd5053e56d3af965d5a826 (diff)
downloadmaster-31e0f0ae-710409740e399196ed197d19c6217a8266d8d4e1.tar.gz
master-31e0f0ae-710409740e399196ed197d19c6217a8266d8d4e1.tar.bz2
master-31e0f0ae-710409740e399196ed197d19c6217a8266d8d4e1.zip
ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capability out of the box.
SVN-Revision: 27202
Diffstat (limited to 'target/linux/ixp4xx/generic')
-rw-r--r--target/linux/ixp4xx/generic/profiles/200-NSLU2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk
index 2544002793..9dd5f38698 100644
--- a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk
+++ b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk
@@ -7,7 +7,7 @@
define Profile/NSLU2
NAME:=Linksys NSLU2
- PACKAGES:=-wpad-mini kmod-scsi-core \
+ PACKAGES:=-wpad-mini -kmod-madwifi kmod-scsi-core \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \
kmod-fs-ext2 kmod-fs-ext3
endef