summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6/config
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
commit8ff49aed398fe2682088d02f38838d703ced0746 (patch)
treeb81d8906856e62e657747c53d4ee08b1eabb70dd /target/linux/rdc-2.6/config
parentb5a6f01ec053aee4ad078eb523c0ed7e2f22cbfc (diff)
downloadmaster-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.tar.gz
master-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.tar.bz2
master-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.zip
Fresh fixes for rdc from sn9, thanks !
SVN-Revision: 6911
Diffstat (limited to 'target/linux/rdc-2.6/config')
-rw-r--r--target/linux/rdc-2.6/config/default15
1 files changed, 10 insertions, 5 deletions
diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default
index 7e7091c905..8b4efe32bc 100644
--- a/target/linux/rdc-2.6/config/default
+++ b/target/linux/rdc-2.6/config/default
@@ -92,7 +92,6 @@ CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
# CONFIG_INET_XFRM_TUNNEL is not set
-CONFIG_INITRAMFS_SOURCE=""
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_IOSCHED_CFQ=y
@@ -181,6 +180,11 @@ CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_PNC2000 is not set
# CONFIG_MTD_RAM is not set
CONFIG_MTD_RDC3210=y
+# CONFIG_MTD_RDC3210_STATIC_MAP is not set
+CONFIG_MTD_RDC3210_ALLOW_JFFS2=y
+# CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set
+CONFIG_MTD_RDC3210_SIZE=0x400000
+CONFIG_MTD_RDC3210_BUSWIDTH=2
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_SC520CDP is not set
@@ -194,13 +198,11 @@ CONFIG_MTRR=y
# CONFIG_MWINCHIPC6 is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
-# CONFIG_NETFILTER is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_KEY is not set
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_RADIO is not set
-# CONFIG_NET_SCHED is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NFSD is not set
# CONFIG_NFS_FS is not set
@@ -289,10 +291,10 @@ CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
CONFIG_X86_MSR=y
# CONFIG_X86_NUMAQ is not set
-CONFIG_X86_PC=y
+# CONFIG_X86_PC is not set
CONFIG_X86_POPAD_OK=y
CONFIG_X86_PPRO_FENCE=y
-# CONFIG_X86_RDC is not set
+CONFIG_X86_RDC=y
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_UP_APIC is not set
@@ -302,3 +304,6 @@ CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_XADD=y
# CONFIG_XFRM_USER is not set
# CONFIG_YENTA is not set
+CONFIG_INITRAMFS_SOURCE="rootfs"
+CONFIG_INITRAMFS_ROOT_UID=0
+CONFIG_INITRAMFS_ROOT_GID=0