diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-28 20:30:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-28 20:30:44 +0200 |
commit | 44dad747bf39cb8e352d885bda37cf37b98e3f75 (patch) | |
tree | e0509989d0ced20e7f06aca96f13de104e8baa3e /target/Config.in | |
parent | bc924b61431ffa6c76db5fefa7a5a09951fe6ccb (diff) | |
parent | e42433d7127f9a50b5dae57fff331ecfdc9883c4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 1bb0106bf..488c8230d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -860,6 +860,9 @@ config ADK_TARGET_ROOTFS_SQUASHFS config ADK_TARGET_ROOTFS_YAFFS bool "YAFFS2 rootfilesystem (NAND)" + select ADK_KERNEL_MISC_FILESYSTEMS + select ADK_KERNEL_YAFFS_FS + select ADK_KERNEL_YAFFS_YAFFS2 depends on \ ADK_LINUX_MIPS_RB532 || \ ADK_LINUX_MIPS_RB433 || \ |