diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-10-13 00:25:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-10-13 00:25:09 +0000 |
commit | 89ef71775f574e18e539152630070dc5088017f6 (patch) | |
tree | 8701a90636f82545fe1c71ca3bf7e514d47eba9e | |
parent | 67c2279ec5bad2d1f053dc0b3ca33a52f9f767f9 (diff) | |
download | upstream-89ef71775f574e18e539152630070dc5088017f6.tar.gz upstream-89ef71775f574e18e539152630070dc5088017f6.tar.bz2 upstream-89ef71775f574e18e539152630070dc5088017f6.zip |
ixp4xx/fsg3: Enable REISERFS for booting from vendor rootfs on disk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9275 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx/config/profile-FSG3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config/profile-FSG3 b/target/linux/ixp4xx/config/profile-FSG3 index 3d8d1cee4d..6dfaae0a8d 100644 --- a/target/linux/ixp4xx/config/profile-FSG3 +++ b/target/linux/ixp4xx/config/profile-FSG3 @@ -19,3 +19,4 @@ CONFIG_EXT3_FS_SECURITY=y CONFIG_JBD=y CONFIG_FS_MBCACHE=y CONFIG_BLK_DEV_SD=y +CONFIG_REISERFS_FS=y |