diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 14:15:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-03-07 14:15:41 +0000 |
commit | 1d951e0847648be97d977527cc4eea697807a891 (patch) | |
tree | 53e309b41de8ea077813a1747542a223e716dcf8 /target/linux/generic-2.6/config-2.6.23 | |
parent | 18e061bd2a48016730d2f03e3ecde12024715a06 (diff) | |
download | mtk-20170518-1d951e0847648be97d977527cc4eea697807a891.zip mtk-20170518-1d951e0847648be97d977527cc4eea697807a891.tar.gz mtk-20170518-1d951e0847648be97d977527cc4eea697807a891.tar.bz2 |
disable partitions for unallocated redboot flash memory - it caused a null pointer deref
SVN-Revision: 10563
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.23')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 7348421..ca4f7b7 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -726,6 +726,7 @@ CONFIG_MODULE_UNLOAD=y CONFIG_MSDOS_FS=m CONFIG_MSDOS_PARTITION=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_MTD_UBI is not set |