diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-05 02:26:09 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-05 02:27:18 +0100 |
commit | e451ed6a285d10317f06b56bf816228efd39aa46 (patch) | |
tree | d4e77c9b17b26b0511767ec27d415ffb420ab158 /conf | |
parent | 0ad4bdb7e10307f713bdfd192dee6ce46cef7fca (diff) |
sane-toolchain.inc: bump linux-libc-headers to 2.6.31 to get rfkill.h
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/sane-toolchain.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 7bf196371d..04fde21b25 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -26,7 +26,7 @@ PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1" PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1" # This is unrelated to the kernel version, but glibc and some userspaceapps require a recent version to build against -PREFERRED_VERSION_linux-libc-headers ?= "2.6.30" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.31" # Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc) #KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53" |