diff options
author | Rod Whitby <rod@whitby.id.au> | 2011-06-17 11:22:22 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2011-06-17 11:22:22 +0000 |
commit | cc68b18430214784d74fda0a6103d46422d644ee (patch) | |
tree | 941c562baa3784fa13d168ea02262fcf765bb7d5 /target/linux/ixp4xx | |
parent | 50c62fa00c8d86011b157a100a90f1c8ed28d948 (diff) | |
download | upstream-cc68b18430214784d74fda0a6103d46422d644ee.tar.gz upstream-cc68b18430214784d74fda0a6103d46422d644ee.tar.bz2 upstream-cc68b18430214784d74fda0a6103d46422d644ee.zip |
ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capability out of the box.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/generic/profiles/200-NSLU2.mk | 2 |
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 |