mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +02:00
[kernel] use 2.4.37.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
99645c4005
commit
3a63130e2e
@ -1,14 +1,14 @@
|
|||||||
# Use the default kernel version if the Makefile doesn't override it
|
# Use the default kernel version if the Makefile doesn't override it
|
||||||
|
|
||||||
ifeq ($(KERNEL),2.4)
|
ifeq ($(KERNEL),2.4)
|
||||||
LINUX_VERSION?=2.4.37.4
|
LINUX_VERSION?=2.4.37.5
|
||||||
else
|
else
|
||||||
LINUX_VERSION?=2.6.21.7
|
LINUX_VERSION?=2.6.21.7
|
||||||
endif
|
endif
|
||||||
LINUX_RELEASE?=1
|
LINUX_RELEASE?=1
|
||||||
|
|
||||||
ifeq ($(LINUX_VERSION),2.4.37.4)
|
ifeq ($(LINUX_VERSION),2.4.37.5)
|
||||||
LINUX_KERNEL_MD5SUM:=
|
LINUX_KERNEL_MD5SUM:=cb221187422acaf6c63a40c646e5e476
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),2.6.21.7)
|
ifeq ($(LINUX_VERSION),2.6.21.7)
|
||||||
LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed
|
LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed
|
||||||
|
Loading…
Reference in New Issue
Block a user