diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-01 12:13:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-01 12:13:20 +0200 |
commit | 49b0d644e37256aea85b07fdf63346503618951b (patch) | |
tree | 236eac3cafaf13ac2338bfb9989a2038c80f2ee0 /target/config | |
parent | 32a5769583cac3bd91b4aa52ac6dd8637e6d3c89 (diff) |
nds32: use no mirror for arch
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 6d54420ea..0e7e0424c 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -148,6 +148,7 @@ config ADK_TARGET_KERNEL_VERSION_3_4 config ADK_TARGET_KERNEL_VERSION_3_4_NDS32 bool "3.4-nds32" depends on ADK_TARGET_ARCH_NDS32 + select ADK_TARGET_KERNEL_NO_MIRROR config ADK_TARGET_KERNEL_VERSION_3_2 bool "3.2.88" |