projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[buildroot] drop the usr/ prefix when scanning for libgcc.a
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
919dab2
..
e24ce33
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-8,20
+8,20
@@
endif
ifeq ($(LINUX_VERSION),2.6.30.10)
LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5
endif
ifeq ($(LINUX_VERSION),2.6.30.10)
LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5
endif
-ifeq ($(LINUX_VERSION),2.6.31.1
2
)
- LINUX_KERNEL_MD5SUM:=
517be354b81b780e2f4b2ad614d030de
+ifeq ($(LINUX_VERSION),2.6.31.1
4
)
+ LINUX_KERNEL_MD5SUM:=
3e7feb224197d8e174a90dd3759979fd
endif
endif
-ifeq ($(LINUX_VERSION),2.6.32.
14
)
- LINUX_KERNEL_MD5SUM:=
b13dc3ce727039597163cb4bce4cbdbb
+ifeq ($(LINUX_VERSION),2.6.32.
20
)
+ LINUX_KERNEL_MD5SUM:=
c254831e3f59b9fef14e61871e5f4738
endif
endif
-ifeq ($(LINUX_VERSION),2.6.33.
4
)
- LINUX_KERNEL_MD5SUM:=
f75d21e5c60f18adf0e99d61c243f964
+ifeq ($(LINUX_VERSION),2.6.33.
7
)
+ LINUX_KERNEL_MD5SUM:=
2cea51deeaa0620a07d005ec3b148f06
endif
endif
-ifeq ($(LINUX_VERSION),2.6.34)
- LINUX_KERNEL_MD5SUM:=
10eebcb0178fb4540e2165bfd7efc7ad
+ifeq ($(LINUX_VERSION),2.6.34
.5
)
+ LINUX_KERNEL_MD5SUM:=
d280b596b32f7497bbe9dd54669c99d6
endif
endif
-ifeq ($(LINUX_VERSION),2.6.35
-rc2
)
- LINUX_KERNEL_MD5SUM:=
6b6b76e689e11b70b2e53f9482006929
+ifeq ($(LINUX_VERSION),2.6.35
.4
)
+ LINUX_KERNEL_MD5SUM:=
0bb2cd59c13d7412f813c8fbc0769eec
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.047907 seconds
and
4
git commands to generate.