diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 6 | ||||
-rw-r--r-- | target/nds32/systems/andes-ag101p | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 7293d392b..6d54420ea 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -241,3 +241,9 @@ config ADK_TARGET_KERNEL_GIT_TYPE string depends on ADK_TARGET_KERNEL_VERSION_GIT default "hash" + +config ADK_TARGET_KERNEL_NO_MIRROR + bool + help + Select this if the kernel source is only available + on OpenADK webserver. diff --git a/target/nds32/systems/andes-ag101p b/target/nds32/systems/andes-ag101p index 31d35a479..8da29ae28 100644 --- a/target/nds32/systems/andes-ag101p +++ b/target/nds32/systems/andes-ag101p @@ -5,5 +5,6 @@ config ADK_TARGET_SYSTEM_ANDES_AG101P select ADK_TARGET_WITH_NET select ADK_TARGET_WITH_NETDEVICE select ADK_TARGET_KERNEL_IMAGE + select ADK_TARGET_KERNEL_NO_MIRROR help Andes Technology AG101P (ADP-XC7KFF676) |