projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
redboot.c - adds implicit creation of boardconfig partition
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
d06e419
..
52eef9d
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-25,11
+25,11
@@
endif
ifeq ($(LINUX_VERSION),2.6.24.7)
LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
endif
ifeq ($(LINUX_VERSION),2.6.24.7)
LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
endif
-ifeq ($(LINUX_VERSION),2.6.25.1
2
)
- LINUX_KERNEL_MD5SUM:=
7c413ecf94a84776aaec6ada5694318c
+ifeq ($(LINUX_VERSION),2.6.25.1
5
)
+ LINUX_KERNEL_MD5SUM:=
13ed94f02fc2a11615e3332e1cdf50e7
endif
endif
-ifeq ($(LINUX_VERSION),2.6.26)
- LINUX_KERNEL_MD5SUM:=
5169d01c405bc3f866c59338e217968c
+ifeq ($(LINUX_VERSION),2.6.26
.2
)
+ LINUX_KERNEL_MD5SUM:=
82472622bd26bed0054790ec3e60ee00
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.020247 seconds
and
4
git commands to generate.