diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-19 07:13:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-19 07:13:20 +0000 |
commit | 2a9a1192445b8c1830c08a3ff4c5505840d07b4a (patch) | |
tree | 08794df1821adb02ffd5dfcd9dc3eab16cc98b88 /target/linux/generic-2.6/config-template | |
parent | 2489fedc0782ba03e9c6b78e5ef17f7b11bfecbb (diff) | |
download | master-187ad058-2a9a1192445b8c1830c08a3ff4c5505840d07b4a.tar.gz master-187ad058-2a9a1192445b8c1830c08a3ff4c5505840d07b4a.tar.bz2 master-187ad058-2a9a1192445b8c1830c08a3ff4c5505840d07b4a.zip |
clean of the rootfs_split patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-template')
-rw-r--r-- | target/linux/generic-2.6/config-template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 4d9b2b900c..b2d67a6ad1 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -663,7 +663,8 @@ CONFIG_MODULE_UNLOAD=y CONFIG_MSDOS_FS=m CONFIG_MSDOS_PARTITION=y # CONFIG_MTD_NAND is not set -CONFIG_MTD_SPLIT_ROOTFS=y +CONFIG_MTD_ROOTFS_ROOT_DEV=y +CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_MYRI10GE is not set # CONFIG_NCP_FS is not set CONFIG_NET=y |