diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-25 17:44:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-25 17:44:16 +0100 |
commit | b14136580ae090472989e3089449a018818dc8fa (patch) | |
tree | b96f558aaf1d4deab8a2790f6698f5d39536dae3 /target/lm32/systems/toolchain-lm32 | |
parent | bb97e48541a516b3ef185d8f1ac999a3476556c8 (diff) |
use external kernel git repo for lm32
Diffstat (limited to 'target/lm32/systems/toolchain-lm32')
-rw-r--r-- | target/lm32/systems/toolchain-lm32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/lm32/systems/toolchain-lm32 b/target/lm32/systems/toolchain-lm32 index ef51bb4ee..51a74337d 100644 --- a/target/lm32/systems/toolchain-lm32 +++ b/target/lm32/systems/toolchain-lm32 @@ -4,6 +4,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_LM32 select ADK_TARGET_UCLINUX select ADK_TARGET_TOOLCHAIN select ADK_TARGET_PACKAGE_TXZ + select ADK_TARGET_KERNEL_VERSION_GIT select ADK_TARGET_KERNEL_REPO "https://github.com/m-labs/linux-milkymist.git" select ADK_TARGET_KERNEL_HASH "6a2f2e4198eaff63ee75f6085ce9f966c47b4441" help |