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 | 87a8e8ac1067f58ba831c4aae443f3655c31cd80 (patch) | |
tree | f05797d4a9215c07717dc99a6e450ae85d768cd9 /target/linux/generic-2.6/config-2.6.30 | |
parent | 239f30c87fb1a0bab3f5f7cf51cb94866607f673 (diff) | |
download | upstream-87a8e8ac1067f58ba831c4aae443f3655c31cd80.tar.gz upstream-87a8e8ac1067f58ba831c4aae443f3655c31cd80.tar.bz2 upstream-87a8e8ac1067f58ba831c4aae443f3655c31cd80.zip |
implement write support for partitions covering only a part of an eraseblock (buffer data that would otherwise be erased)
SVN-Revision: 17658
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 |