diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 17:16:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 17:16:02 +0200 |
commit | 7bc5febec0c2eb5ba9f905487a2d487c9c1fa007 (patch) | |
tree | 3f307ace8739c8be705ab34e7838b8a60aefe6a6 /target/linux | |
parent | 97699dc7ce7ec5a35f562581e259dda6503c577a (diff) |
only support ext4 kernel support for rootfs, I can not get ext2 rootfs working on the rpi
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 47723651b..5fddf472d 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -53,7 +53,7 @@ config ADK_KERNEL_SQUASHFS config ADK_KERNEL_EXT2_FS boolean default y if ADK_TARGET_WITH_CF - default y if ADK_TARGET_WITH_MMC + default y if ADK_TARGET_WITH_MMC && !ADK_TARGET_SYSTEM_RASPBERRY_PI default n config ADK_KPACKAGE_KMOD_EXT2_FS |