diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-16 04:00:21 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-16 04:00:21 +0000 |
commit | 450553852c703e3e761255befcfdbb230d803fb7 (patch) | |
tree | 7b5f913ac2266ef42af000f930efc040aa939ae1 /target | |
parent | 80209158bb9a1e11c726a42d22101ee4348b2ff8 (diff) | |
download | upstream-450553852c703e3e761255befcfdbb230d803fb7.tar.gz upstream-450553852c703e3e761255befcfdbb230d803fb7.tar.bz2 upstream-450553852c703e3e761255befcfdbb230d803fb7.zip |
ixp4xx/NSLU2: Added devio to the NSLU2 profile (required for reflashing the kernel)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk b/target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk index b06e847f91..db11586b08 100644 --- a/target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk +++ b/target/linux/ixp4xx-2.6/profiles/200-NSLU2.mk @@ -7,7 +7,7 @@ define Profile/NSLU2 NAME:=Linksys NSLU2 - PACKAGES:=kmod-ixp4xx-npe \ + PACKAGES:=kmod-ixp4xx-npe devio \ kmod-scsi-core \ kmod-usb-core kmod-usb2 kmod-usb-storage \ kmod-fs-ext2 kmod-fs-ext3 |