diff options
author | Mike Albon <malbon@openwrt.org> | 2007-03-06 23:13:20 +0000 |
---|---|---|
committer | Mike Albon <malbon@openwrt.org> | 2007-03-06 23:13:20 +0000 |
commit | c0fee3e913a6dc360922f5b3ecf1cb7c0c77ff8e (patch) | |
tree | db8e553ce03b287dd58176720f5c83327d239376 /target/linux | |
parent | f91ea0ebf7fce5e4b94091447d7c716e451a85fa (diff) | |
download | upstream-c0fee3e913a6dc360922f5b3ecf1cb7c0c77ff8e.tar.gz upstream-c0fee3e913a6dc360922f5b3ecf1cb7c0c77ff8e.tar.bz2 upstream-c0fee3e913a6dc360922f5b3ecf1cb7c0c77ff8e.zip |
Fix config, set directory block to -1 for redboot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/config/default b/target/linux/rdc-2.6/config/default index 54c4adbb14..adf7eec07b 100644 --- a/target/linux/rdc-2.6/config/default +++ b/target/linux/rdc-2.6/config/default @@ -243,7 +243,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_PNC2000 is not set # CONFIG_MTD_RAM is not set CONFIG_MTD_RDC3210=y -# CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set |