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 | 0f23967db3315dbf329427ee4cdafc7344d795bd (patch) | |
tree | d775cb2a08c5316e33eb96c51df1725a9b768eaf /target/linux/rdc-2.6 | |
parent | 00fba8680c04558ade00807bfdecb427fe5cad6a (diff) | |
download | master-187ad058-0f23967db3315dbf329427ee4cdafc7344d795bd.tar.gz master-187ad058-0f23967db3315dbf329427ee4cdafc7344d795bd.tar.bz2 master-187ad058-0f23967db3315dbf329427ee4cdafc7344d795bd.zip |
Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 drivers (thanks to Daniel Gimpelevich)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6')
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 2 | ||||
-rw-r--r-- | target/linux/rdc-2.6/config/default | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default index a053cbae38..b4f1090dc1 100644 --- a/target/linux/rdc-2.6/config/default +++ b/target/linux/rdc-2.6/config/default @@ -228,7 +228,7 @@ CONFIG_PHYSICAL_START=0x100000 # CONFIG_PNPACPI is not set CONFIG_QUICKLIST=y CONFIG_R6040=m -CONFIG_R6040_NAPI=y +# CONFIG_R6040_NAPI is not set # CONFIG_RELOCATABLE is not set # CONFIG_RTC is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y |