diff options
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 |