use 2.4.37.5
SVN-Revision: 17257
This commit is contained in:
parent
a4ed24b404
commit
1a63c3347b
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Use the default kernel version if the Makefile doesn't override it
|
||||
|
||||
ifeq ($(KERNEL),2.4)
|
||||
LINUX_VERSION?=2.4.37.4
|
||||
LINUX_VERSION?=2.4.37.5
|
||||
else
|
||||
LINUX_VERSION?=2.6.21.7
|
||||
endif
|
||||
LINUX_RELEASE?=1
|
||||
|
||||
ifeq ($(LINUX_VERSION),2.4.37.4)
|
||||
LINUX_KERNEL_MD5SUM:=
|
||||
ifeq ($(LINUX_VERSION),2.4.37.5)
|
||||
LINUX_KERNEL_MD5SUM:=cb221187422acaf6c63a40c646e5e476
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.21.7)
|
||||
LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed
|
||||
|
|
Loading…
Reference in a new issue