summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:16:06 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:16:06 -0600
commit7868376f50a7d49432f5e40ee6f53f76e5aa8d98 (patch)
tree712b230d60e7b1730d769a46716e0b0ab78f59d0 /target/config
parente816651b1653ef168af2fcae483abc79e427a70d (diff)
update 3.12.x kernel to 3.12.33
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelversion.choice4
-rw-r--r--target/config/Config.in.kernelversion.default2
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
index d267b936c..4ea43d591 100644
--- a/target/config/Config.in.kernelversion.choice
+++ b/target/config/Config.in.kernelversion.choice
@@ -18,8 +18,8 @@ config ADK_KERNEL_VERSION_3_14_22
boolean
select ADK_KERNEL_VERSION_3_14
-config ADK_KERNEL_VERSION_3_12_27
- prompt "3.12.27"
+config ADK_KERNEL_VERSION_3_12_33
+ prompt "3.12.33"
depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
boolean
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index 0636c0b01..d02b41730 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -20,7 +20,7 @@ config ADK_KERNEL_VERSION
string
default "3.16.6" if ADK_KERNEL_VERSION_3_16_6
default "3.14.22" if ADK_KERNEL_VERSION_3_14_22
- default "3.12.27" if ADK_KERNEL_VERSION_3_12_27
+ default "3.12.33" if ADK_KERNEL_VERSION_3_12_33
default "3.10.53" if ADK_KERNEL_VERSION_3_10_53
default "3.4.103" if ADK_KERNEL_VERSION_3_4_103
help