diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-23 18:54:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-23 18:54:53 +0000 |
commit | 546db0d2e50c1b01b90aa8240e2449d06954df57 (patch) | |
tree | 3dc754818a61e9f04206204f1f6d77deccab6c32 /target/linux | |
parent | 9423e64b3018847934146d8b6900a291f5fe5b5f (diff) |
use ext2/ext3 compiled in to allow booting from an ext2/ext3 formatted sd-card
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16963 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index 759966ded9..3324e5bfa3 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -79,6 +79,8 @@ CONFIG_ELF_CORE=y # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_FB=y # CONFIG_FB_BACKLIGHT is not set +CONFIG_EXT2_FS=y +CONFIG_EXT3_FS=y # CONFIG_FB_BOOT_VESA_SUPPORT is not set # CONFIG_FB_BROADSHEET is not set CONFIG_FB_CFB_COPYAREA=y |