diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 23:08:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 23:08:43 +0000 |
commit | 2b78094492bc77f80861b6503a456636dd8d2b9b (patch) | |
tree | 7bc7c0af451a752dab770ec5f9a0846a7d2e102d | |
parent | b158bc40ce489f376c5dd043e51356bc6a3ab631 (diff) | |
download | upstream-2b78094492bc77f80861b6503a456636dd8d2b9b.tar.gz upstream-2b78094492bc77f80861b6503a456636dd8d2b9b.tar.bz2 upstream-2b78094492bc77f80861b6503a456636dd8d2b9b.zip |
rb532: disable the automatic rootfs selection - it breaks the cmdline based selection
SVN-Revision: 15723
-rw-r--r-- | target/linux/rb532/config-2.6.28 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rb532/config-2.6.28 b/target/linux/rb532/config-2.6.28 index 23b068d8d4..a02f46a0d3 100644 --- a/target/linux/rb532/config-2.6.28 +++ b/target/linux/rb532/config-2.6.28 @@ -122,6 +122,8 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x8000000 +# CONFIG_MTD_ROOTFS_ROOT_DEV is not set +# CONFIG_MTD_ROOTFS_SPLIT is not set # CONFIG_NATSEMI is not set CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y |