diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 15:33:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 15:33:34 +0000 |
commit | d67ac40e672a2b0cc2713784182777417ad2a565 (patch) | |
tree | ff9ea6632b9a666c78bcc7f9c1c2540e3610d2ed /target | |
parent | 3f5404494c83b857ba79f36a7f62e9c79e2e1e2c (diff) | |
download | master-187ad058-d67ac40e672a2b0cc2713784182777417ad2a565.tar.gz master-187ad058-d67ac40e672a2b0cc2713784182777417ad2a565.tar.bz2 master-187ad058-d67ac40e672a2b0cc2713784182777417ad2a565.zip |
add ext2 to the x86-2.6 kernel by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 5c01bbf9cc..a9ce293d32 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1809,7 +1809,7 @@ CONFIG_LEDS_TRIGGER_TIMER=m # # File systems # -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m |