diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-01-18 02:48:44 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-01-18 02:48:44 +0000 |
commit | 9e11b73d7e75114f625b2348fdbf91faf37309c8 (patch) | |
tree | a8998ff2ffe0f2588d1bef843840299e1c1858f2 /packages/linux/chumby-kernel/defconfig | |
parent | 58948b0f9e5b8694748e1f1f1019290eb56c102f (diff) |
chumby-kernel: allow booting from USB disks (/dev/sda1)
Diffstat (limited to 'packages/linux/chumby-kernel/defconfig')
-rw-r--r-- | packages/linux/chumby-kernel/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/chumby-kernel/defconfig b/packages/linux/chumby-kernel/defconfig index db836c1561..9606510d9f 100644 --- a/packages/linux/chumby-kernel/defconfig +++ b/packages/linux/chumby-kernel/defconfig @@ -1004,8 +1004,8 @@ CONFIG_USB_MON=y # # File systems # -# CONFIG_EXT2_FS is not set -# CONFIG_EXT3_FS is not set +CONFIG_EXT2_FS=y +CONFIG_EXT3_FS=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_FS_POSIX_ACL is not set |