linux-advanced: Fix Kernel EXTRAVERSION for BR2_LINUX26_CUSTOM

Closes #1267

Signed-off-by: serj.kalichev <serj.kalichev@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
serj.kalichev 2010-05-01 21:08:43 +02:00 committed by Peter Korsgaard
parent 532e1fb5d3
commit d07aee18c4
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
#1129: Bump memstat to 0.8 and migrate to Makefile.package.in
#1189: Wrong u-boot configuration name for integrator926 target
#1219: kernel headers not correctly installed into toolchain/staging
#1267: Wrong BR2_EXTRA_VERSION
#1273: BR2_INET_IPV6 does not enable IPv6 in pppd
#1303: Add librsync package
#1321: Busybox link fails due to lack of --sysroot option

View File

@ -263,7 +263,7 @@ config BR2_EXTRA_VERSION
default "$(BR2_KERNEL_RC_LEVEL)" if BR2_KERNEL_ADD_RC_PATCH
default "$(BR2_KERNEL_GIT_LEVEL)" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
default "$(BR2_KERNEL_GIT_LEVEL)" if BR2_KERNEL_ADD_SNAPSHOT
default "$(BR2_CUSTOM_LINUX26_VERSION)" if BR2_LINUX26_CUSTOM
default "" if BR2_LINUX26_CUSTOM
endmenu
# -----------------------------------------------