diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-31 15:07:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-31 15:07:44 +0000 |
commit | 3f091b9e1d7e16eaf85e3fe3031e7cf7d9b561ff (patch) | |
tree | 312e6e4e76c0da725757cfe947377f7674f694a3 | |
parent | 6a3545eff9fc7884a2f064846927cbd219221709 (diff) | |
download | upstream-3f091b9e1d7e16eaf85e3fe3031e7cf7d9b561ff.tar.gz upstream-3f091b9e1d7e16eaf85e3fe3031e7cf7d9b561ff.tar.bz2 upstream-3f091b9e1d7e16eaf85e3fe3031e7cf7d9b561ff.zip |
Remove the dependency to devio, since it is not in trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8277 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 7de9d89c59..a4e1a30858 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 devio \ + PACKAGES:=kmod-ixp4xx-npe \ kmod-scsi-core \ kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \ kmod-fs-ext2 kmod-fs-ext3 |