diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-01 08:38:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-01 08:38:00 +0000 |
commit | 6cd779c2d6b817fc37bf1d7b3e43ae205b445c4d (patch) | |
tree | 0090a1b5d072903e49c0668073b06df0afd208d8 /target/linux | |
parent | 8a65d783ae006776a401c8a9baeb4d5274aec309 (diff) | |
download | upstream-6cd779c2d6b817fc37bf1d7b3e43ae205b445c4d.tar.gz upstream-6cd779c2d6b817fc37bf1d7b3e43ae205b445c4d.tar.bz2 upstream-6cd779c2d6b817fc37bf1d7b3e43ae205b445c4d.zip |
[rdc] add missing ramdisk configuration options (#5003)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc/config-2.6.28 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 509b0ccd01..8d6494a4ae 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -25,6 +25,10 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_BASE_SMALL=0 # CONFIG_BINFMT_AOUT is not set CONFIG_BITREVERSE=y +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BOUNCE=y CONFIG_CLASSIC_RCU=y CONFIG_CLOCKSOURCE_WATCHDOG=y |