diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:35 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:43 -0600 |
commit | e8583149d4dd16b7cedc135d63a46138dffcef85 (patch) | |
tree | ea34b1f21efff5616f1b835082791fbf148b00ae /target/linux | |
parent | 9b3955a7c5ede524c6f06e57e1f98be2d7e28490 (diff) |
update elf2flt, so that arm-nommu binaries are linkable.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.kernel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 7a8796abc..81f7cedeb 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -175,6 +175,10 @@ endchoice menu "Kernel options" +config ADK_KERNEL_BINFMT_FLAT + bool + default y if ADK_TARGET_BINFMT_FLAT + config ADK_KERNEL_MMU bool |