Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices
This commit is contained in:
parent
3867e083e1
commit
c7b77e5669
@ -45,10 +45,6 @@ config BR2_KERNEL_PATCH_LEVEL
|
||||
default $(BR2_KERNEL_LATEST_2_6_20) if BR2_LINUX_2_6_20 && BR2_KERNEL_ADD_LATEST_MINORPATCH
|
||||
default "$(BR2_KERNEL_MINORLEVEL)" if BR2_KERNEL_ADD_MINORPATCH
|
||||
|
||||
config BR2_KERNEL_CURRENT_VERSION
|
||||
string
|
||||
default "2.6.27.10"
|
||||
|
||||
config BR2_KERNEL_NEXT_VERSION
|
||||
string
|
||||
default "2.6.29" if BR2_LINUX_2_6_28
|
||||
@ -123,104 +119,71 @@ config BR2_LINUX26_RC_MM_VERSION
|
||||
|
||||
choice
|
||||
prompt "Linux Kernel Version"
|
||||
default BR2_LINUX_2_6_28
|
||||
default BR2_LINUX_2_6_STABLE
|
||||
help
|
||||
Select the specific Linux version you want to use
|
||||
|
||||
config BR2_LINUX_2_6_STABLE
|
||||
bool "The latest stable Linux kernel (2.6.28)"
|
||||
help
|
||||
Linux 2.26.28
|
||||
|
||||
config BR2_LINUX_2_6_28
|
||||
bool "Linux 2.6.28"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.28
|
||||
|
||||
config BR2_LINUX_2_6_27
|
||||
bool "Linux 2.6.27"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.27
|
||||
|
||||
config BR2_LINUX_2_6_26
|
||||
bool "Linux 2.6.26"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.26
|
||||
|
||||
config BR2_LINUX_2_6_25
|
||||
bool "Linux 2.6.25"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.25
|
||||
|
||||
config BR2_LINUX_2_6_24
|
||||
bool "Linux 2.6.24"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.24
|
||||
|
||||
config BR2_LINUX_2_6_23
|
||||
bool "Linux 2.6.23"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.23
|
||||
|
||||
config BR2_LINUX_2_6_22_10
|
||||
bool "Linux 2.6.22.10"
|
||||
select BR2_KERNEL_PREPATCHED
|
||||
help
|
||||
Linux 2.6.22.10
|
||||
|
||||
config BR2_LINUX_2_6_22_1
|
||||
bool "Linux 2.6.22.1"
|
||||
select BR2_KERNEL_PREPATCHED
|
||||
help
|
||||
Linux 2.6.22.1
|
||||
|
||||
config BR2_LINUX_2_6_22
|
||||
bool "Linux 2.6.22"
|
||||
select BR2_KERNEL_LATEST
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.22
|
||||
|
||||
config BR2_LINUX_2_6_21_7
|
||||
bool "Linux 2.6.21.7"
|
||||
select BR2_KERNEL_PREPATCHED
|
||||
help
|
||||
Linux 2.6.21.1
|
||||
|
||||
config BR2_LINUX_2_6_21_5
|
||||
bool "Linux 2.6.21.5"
|
||||
select BR2_KERNEL_PREPATCHED
|
||||
help
|
||||
Linux 2.6.21.5
|
||||
|
||||
config BR2_LINUX_2_6_21
|
||||
bool "Linux 2.6.21"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.21
|
||||
|
||||
config BR2_LINUX_2_6_20
|
||||
bool "Linux 2.6.20"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.20
|
||||
|
||||
config BR2_LINUX_2_6_29
|
||||
bool "Linux 2.6.29"
|
||||
select BR2_KERNEL_BASE
|
||||
help
|
||||
Linux 2.6.29
|
||||
|
||||
config BR2_LINUX26_CUSTOM
|
||||
bool "Linux <custom> version"
|
||||
help
|
||||
Linux <your selection>
|
||||
|
||||
endchoice
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user