|
@@ -95,7 +95,7 @@ prompt "Kernel Version"
|
|
depends on ADK_TOOLCHAIN_ONLY
|
|
depends on ADK_TOOLCHAIN_ONLY
|
|
|
|
|
|
config ADK_KERNEL_VERSION_TOOLCHAIN
|
|
config ADK_KERNEL_VERSION_TOOLCHAIN
|
|
- prompt "3.13.11"
|
|
+ prompt "3.14.4"
|
|
boolean
|
|
boolean
|
|
depends on ADK_TOOLCHAIN_ONLY
|
|
depends on ADK_TOOLCHAIN_ONLY
|
|
|
|
|
|
@@ -106,14 +106,14 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
|
|
|
|
|
|
choice
|
|
choice
|
|
prompt "Kernel Version"
|
|
prompt "Kernel Version"
|
|
-default ADK_KERNEL_VERSION_3_13_11
|
|
+default ADK_KERNEL_VERSION_3_14_4
|
|
|
|
|
|
config ADK_KERNEL_VERSION_3_15_RC5
|
|
config ADK_KERNEL_VERSION_3_15_RC5
|
|
prompt "3.15-rc5"
|
|
prompt "3.15-rc5"
|
|
boolean
|
|
boolean
|
|
|
|
|
|
-config ADK_KERNEL_VERSION_3_14_3
|
|
+config ADK_KERNEL_VERSION_3_14_4
|
|
- prompt "3.14.3"
|
|
+ prompt "3.14.4"
|
|
depends on !ADK_TARGET_SYSTEM_CUBOX_I
|
|
depends on !ADK_TARGET_SYSTEM_CUBOX_I
|
|
boolean
|
|
boolean
|
|
|
|
|
|
@@ -148,7 +148,7 @@ endchoice
|
|
config ADK_KERNEL_VERSION
|
|
config ADK_KERNEL_VERSION
|
|
string
|
|
string
|
|
default "3.15-rc4" if ADK_KERNEL_VERSION_3_15_RC4
|
|
default "3.15-rc4" if ADK_KERNEL_VERSION_3_15_RC4
|
|
- default "3.14.3" if ADK_KERNEL_VERSION_3_14_3
|
|
+ default "3.14.4" if ADK_KERNEL_VERSION_3_14_4
|
|
default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
|
|
default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
|
|
default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
|
|
default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
|
|
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
|
|
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
|