projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] enable yaffs fs on 2.6.25
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
df96216
..
aba715f
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-1,32
+1,32
@@
# Use the default kernel version if the Makefile doesn't override it
ifeq ($(KERNEL),2.4)
# Use the default kernel version if the Makefile doesn't override it
ifeq ($(KERNEL),2.4)
- LINUX_VERSION?=2.4.34
+ LINUX_VERSION?=2.4.3
5.
4
else
else
- LINUX_VERSION?=2.6.21.
5
+ LINUX_VERSION?=2.6.21.
7
endif
LINUX_RELEASE?=1
ifeq ($(LINUX_VERSION),2.4.34)
LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
endif
endif
LINUX_RELEASE?=1
ifeq ($(LINUX_VERSION),2.4.34)
LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
endif
-ifeq ($(LINUX_VERSION),2.
6.22
.4)
- LINUX_KERNEL_MD5SUM:=
6cf83acf21e65dcea4a5170c0bbc7125
+ifeq ($(LINUX_VERSION),2.
4.35
.4)
+ LINUX_KERNEL_MD5SUM:=
34066faff3d8c042df1c7600b08b8070
endif
endif
-ifeq ($(LINUX_VERSION),2.6.21.
5
)
- LINUX_KERNEL_MD5SUM:=
2e9a302b5d514b231640227d6a2ab7bf
+ifeq ($(LINUX_VERSION),2.6.21.
7
)
+ LINUX_KERNEL_MD5SUM:=
bc15fad1487336d5dcb0945cd039d8ed
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3
)
- LINUX_KERNEL_MD5SUM:=
2cc2fd4d521dc5d7cfce0d8a9d1b3472
+ifeq ($(LINUX_VERSION),2.6.2
2.19
)
+ LINUX_KERNEL_MD5SUM:=
4db27facb78aeb79d06e6ae6bf0ac0b6
endif
endif
-ifeq ($(LINUX_VERSION),2.6.23.1)
- LINUX_KERNEL_MD5SUM:=
518d57e08fdacd88907166a3bfe383b7
+ifeq ($(LINUX_VERSION),2.6.23.1
7
)
+ LINUX_KERNEL_MD5SUM:=
a0300a393ac91ce9c64bf31522b45e2e
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3.9
)
- LINUX_KERNEL_MD5SUM:=
fc341e4f23bcd4056bdb0c9edc24ea3d
+ifeq ($(LINUX_VERSION),2.6.2
4.7
)
+ LINUX_KERNEL_MD5SUM:=
40a73780d51525d28d36dec852c680c4
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3.11
)
- LINUX_KERNEL_MD5SUM:=
b9e18a02297ee556cac26d65f25e0ccf
+ifeq ($(LINUX_VERSION),2.6.2
5.4
)
+ LINUX_KERNEL_MD5SUM:=
c2ec5007ee62e1b1ab05a1ca9155ebd3
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.029907 seconds
and
4
git commands to generate.