summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-08 01:36:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 22:25:13 +0100
commitd780c00c7df3e2e3eece60300c38be6dbd191beb (patch)
tree753ab34f55706adea75b73036d4c489f6f0a8987 /configs
parent843c3674e57cb8eb152f43811097a12b392c7f3c (diff)
downloadbuildroot-novena-d780c00c7df3e2e3eece60300c38be6dbd191beb.tar.gz
buildroot-novena-d780c00c7df3e2e3eece60300c38be6dbd191beb.zip
config/kb9202_defconfig: update to latest at91 kernel and lock headers
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/kb9202_defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
index 50b278c52..1d01a22a0 100644
--- a/configs/kb9202_defconfig
+++ b/configs/kb9202_defconfig
@@ -5,10 +5,14 @@ BR2_arm920t=y
# Filesystem
BR2_TARGET_ROOTFS_TAR=y
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.38.8"
+
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.33"
-BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.33-at91.patch.gz"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
+BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="kb9202"