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 | 5cdc0a41a222a371225d0cc934efb13de21ecd6a (patch) | |
tree | 59f34688ac30c2a2f787fcd5f86454d0903357dc /target/linux/ixp4xx | |
parent | 65f00265d25ba1236ed9091a7a675b58fe619d90 (diff) | |
download | upstream-5cdc0a41a222a371225d0cc934efb13de21ecd6a.tar.gz upstream-5cdc0a41a222a371225d0cc934efb13de21ecd6a.tar.bz2 upstream-5cdc0a41a222a371225d0cc934efb13de21ecd6a.zip |
disable partitions for unallocated redboot flash memory - it caused a null pointer deref
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10563 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 5b76e9c54d..1943e6e149 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -278,7 +278,6 @@ CONFIG_MTD_PARTITIONS=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_REDBOOT_PARTS_READONLY=y -CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set |