summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-25 13:38:20 +0200
committerBernhard Reutner-Fischer2007-09-25 13:38:20 +0200
commit8ed8eacf1c1a16793538fa8a9e2094dc2c80839e (patch)
treef4a32b35381f12d607f3fad8ec95deece1a9bc6e /toolchain/kernel-headers/Config.in
parent- add a version and display it in the configuration (diff)
downloadbuildroot-8ed8eacf1c1a16793538fa8a9e2094dc2c80839e.tar.gz
buildroot-8ed8eacf1c1a16793538fa8a9e2094dc2c80839e.tar.xz
buildroot-8ed8eacf1c1a16793538fa8a9e2094dc2c80839e.zip
- bump version
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r--toolchain/kernel-headers/Config.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index d66fa177e..68218530b 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -6,12 +6,15 @@ comment "Kernel Header Options"
choice
prompt "Kernel Headers"
- default BR2_KERNEL_HEADERS_2_6_22_1
+ default BR2_KERNEL_HEADERS_2_6_22
help
Select the version of kernel header files you wish to use.
You must select the correct set of header files to match
the kernel you intend to use on your target system.
+ For the snapshot, you have to provide the
+ linux-2.6.tar.bz2 tarball in your download dir.
+
config BR2_KERNEL_HEADERS_2_4_25
depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.25 kernel headers"
@@ -64,6 +67,9 @@ choice
depends !BR2_avr32 && !BR2_nios2
bool "Latest Linux 2.6.22.x kernel headers"
+ config BR2_KERNEL_HEADERS_SNAP
+ bool "Linux 2.6 snapshot"
+
endchoice
config BR2_KERNEL_HEADERS_IPMI
@@ -107,9 +113,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.11" if BR2_KERNEL_HEADERS_2_6_11
default "2.6.12" if BR2_KERNEL_HEADERS_2_6_12
default "2.6.20.4" if BR2_KERNEL_HEADERS_2_6_20_4
- default "2.6.20.19" if BR2_KERNEL_HEADERS_2_6_20
+ default "2.6.20.20" if BR2_KERNEL_HEADERS_2_6_20
default "2.6.21.5" if BR2_KERNEL_HEADERS_2_6_21_5
default "2.6.21.7" if BR2_KERNEL_HEADERS_2_6_21
default "2.6.22.1" if BR2_KERNEL_HEADERS_2_6_22_1
- default "2.6.22.7" if BR2_KERNEL_HEADERS_2_6_22
+ default "2.6.22.8" if BR2_KERNEL_HEADERS_2_6_22
+ default "2.6" if BR2_KERNEL_HEADERS_SNAP