diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-21 09:58:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-21 09:58:36 +0000 |
commit | 63237504c9e72ccec532fda34a4ce216521f72a0 (patch) | |
tree | 46ce9bd76eafa5714c52be9621ebc552c26ea7d9 /target/linux/generic-2.6/config-2.6.30 | |
parent | 87f5030d249c7b76ed7e87cf7d61421a30928012 (diff) | |
download | upstream-63237504c9e72ccec532fda34a4ce216521f72a0.tar.gz upstream-63237504c9e72ccec532fda34a4ce216521f72a0.tar.bz2 upstream-63237504c9e72ccec532fda34a4ce216521f72a0.zip |
implement write support for partitions covering only a part of an eraseblock (buffer data that would otherwise be erased)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17658 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.30')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 9202ffe993..bdd84cd9e4 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1100,7 +1100,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 # CONFIG_MTD_REDBOOT_PARTS is not set -CONFIG_MTD_REDBOOT_PARTS_READONLY=y +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set # CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y |