diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 11:42:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 11:43:09 +0100 |
commit | 968aaaefae727571a83eef0544e5c941e20df1e9 (patch) | |
tree | d0650b0ed6a86c98ca3c81fea0100aa7c6454810 /target/config/Config.in.kernelversion | |
parent | 72322cc86e019c7f1b4d9e130493ac769a471737 (diff) |
choose defconfig when project git is used
Diffstat (limited to 'target/config/Config.in.kernelversion')
-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 cd2aa883f..926662347 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -20,7 +20,9 @@ config ADK_TARGET_KERNEL_VERSION_GIT bool "git" depends on !ADK_TARGET_ARCH_NDS32 select ADK_HOST_NEED_LZOP if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + select ADK_HOST_NEED_LZOP if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK config ADK_TARGET_KERNEL_VERSION_4_8 bool "4.8.6" |