Use correct linux version when applying latest minor patch
This commit is contained in:
parent
2ee2248cc4
commit
1942056ae7
@ -412,7 +412,7 @@ config BR2_LINUX26_VERSION
|
||||
default "2.6.21.7" if BR2_LINUX_2_6_21_7
|
||||
default "2.6.22.1" if BR2_LINUX_2_6_22_1
|
||||
default "2.6.22.10" if BR2_LINUX_2_6_22_10
|
||||
default "$(BR2_KERNEL_CURRENT_VERSION)"if BR2_LINUX_2_6_STABLE
|
||||
default "$(BR2_KERNEL_CURRENT_VERSION)"if BR2_LINUX_2_6_STABLE || BR2_KERNEL_ADD_LATEST_MINORPATCH
|
||||
default $(BR2_CUSTOM_LINUX26_VERSION) if BR2_LINUX26_CUSTOM
|
||||
|
||||
menu "Linux Kernel Configuration"
|
||||
|
Loading…
Reference in New Issue
Block a user