diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-19 22:47:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-19 22:47:33 +0200 |
commit | 895b529515661f911443b6f5fed1a42aa85ea08a (patch) | |
tree | b5f195d18186aa508eac506d7f99182cff6b0121 /target/config | |
parent | 07492630c8578fbb0e346cbbf4e70e4a6d231bb5 (diff) |
solidrun-imx6: fix default fslc kernel build, reported by Joern
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 9f5afaebd..624d7afda 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -14,6 +14,8 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_FSLC bool "linux-fslc" + select ADK_HOST_NEED_LZOP + select ADK_TARGET_KERNEL_IMAGE depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 config ADK_TARGET_KERNEL_VERSION_RPI |