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 | e1aad00e73074c77cff94fde254561a9dc144485 (patch) | |
tree | d4e37d356c48f2094ff1487f7735ece339087958 /target/linux/rb532 | |
parent | 0374b7bb12d546a6d2914c1df7c3abec6d9ef0ba (diff) | |
download | upstream-e1aad00e73074c77cff94fde254561a9dc144485.tar.gz upstream-e1aad00e73074c77cff94fde254561a9dc144485.tar.bz2 upstream-e1aad00e73074c77cff94fde254561a9dc144485.zip |
rb532: disable the automatic rootfs selection - it breaks the cmdline based selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15723 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532')
-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 |