diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 19:11:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 19:11:34 +0100 |
commit | 0a36e8ae614ce193bb5f7e36de5276d7a66984a8 (patch) | |
tree | 6ee61d98008008c0dcdf9d3033f014bab8e5b8c7 /target | |
parent | 27406b931af52dd138e1f0bbd809df73ce1a9c2f (diff) |
ext2 needed for boot partition
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index df46a4483..c16235f3e 100644 --- a/target/Config.in +++ b/target/Config.in @@ -259,6 +259,7 @@ config ADK_LINUX_MIPS64_LEMOTE bool "Lemote Subnotebook Yeeloong" select ADK_lemote select ADK_LINUX_64 + select ADK_KERNEL_EXT2_FS select ADK_KERNEL_SCSI select ADK_KERNEL_ATA select ADK_KERNEL_BLK_DEV_SD |