diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-18 15:03:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-18 15:03:38 +0000 |
commit | 1d44715bbcb47bf1513a8180b5422752b9a55647 (patch) | |
tree | 29ad7b9c6567aec36df1f7e34f785ce548617d13 /target | |
parent | 3bf635be11dd2c605a6ba63ad08d3261d8619a1e (diff) | |
download | upstream-1d44715bbcb47bf1513a8180b5422752b9a55647.tar.gz upstream-1d44715bbcb47bf1513a8180b5422752b9a55647.tar.bz2 upstream-1d44715bbcb47bf1513a8180b5422752b9a55647.zip |
disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED
SVN-Revision: 13279
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-2.6.26 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.27 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index fcac34188a..ec9e03efb5 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -162,7 +162,6 @@ CONFIG_MTD_PARTITIONS=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 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_MYLOADER=y diff --git a/target/linux/ar71xx/config-2.6.27 b/target/linux/ar71xx/config-2.6.27 index 295b97eda3..1469232a41 100644 --- a/target/linux/ar71xx/config-2.6.27 +++ b/target/linux/ar71xx/config-2.6.27 @@ -165,7 +165,6 @@ CONFIG_MTD_PARTITIONS=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 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_MYLOADER=y |