diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-27 18:13:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-27 18:13:35 +0000 |
commit | f1b2dbceb2dfb162db1dc76cfd71d53eba7fa7be (patch) | |
tree | 780f33e69a2136a43a8efeb7dcef21f5351f4e32 /target/linux/rdc-2.6/Makefile | |
parent | a9ffbd94e7c10e55fc4777a84bfd5a5ab4d17729 (diff) | |
download | upstream-f1b2dbceb2dfb162db1dc76cfd71d53eba7fa7be.tar.gz upstream-f1b2dbceb2dfb162db1dc76cfd71d53eba7fa7be.tar.bz2 upstream-f1b2dbceb2dfb162db1dc76cfd71d53eba7fa7be.zip |
Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 drivers (thanks to Daniel Gimpelevich)
SVN-Revision: 8200
Diffstat (limited to 'target/linux/rdc-2.6/Makefile')
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index da05bd49c5..dd4978181a 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC x86 -FEATURES:=squashfs jffs2 pci broken +FEATURES:=squashfs jffs2 broken LINUX_VERSION:=2.6.22.1 |