diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:53:19 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:53:19 +0100 |
commit | 5fd3015c7e20889e9c81c1e893620c8eef8347f8 (patch) | |
tree | fa7092f44d891924ddef44cab82f89218c8d44c0 /toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc | |
parent | 95375f81f7abf539864a1dfdf6b81dc64e92c5ed (diff) |
ctng: use 3.0.4 kernel headers
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc')
-rw-r--r-- | toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc index 8fb90b854..35c464aaf 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc @@ -168,15 +168,15 @@ CT_BUILD_SUFFIX="" # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.39.4" +CT_KERNEL_VERSION="3.0.4" CT_KERNEL_linux=y CT_KERNEL_linux_AVAILABLE=y -# CT_KERNEL_V_3_0_4 is not set +CT_KERNEL_V_3_0_4=y # CT_KERNEL_V_3_0_3 is not set # CT_KERNEL_V_3_0_2 is not set # CT_KERNEL_V_3_0_1 is not set # CT_KERNEL_V_3_0 is not set -CT_KERNEL_V_2_6_39_4=y +# CT_KERNEL_V_2_6_39_4 is not set # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set |