projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] autotools.mk: introduce PKG_MACRO_PATHS and HOST_MACRO_PATHS which default...
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
bcf312e
..
24a9bb3
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-2,26
+2,23
@@
LINUX_RELEASE?=1
LINUX_RELEASE?=1
-ifeq ($(LINUX_VERSION),2.6.25.20)
- LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
-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.
27
)
+ LINUX_KERNEL_MD5SUM:=
c8df8bed01a3b7e4ce13563e74181d71
endif
endif
-ifeq ($(LINUX_VERSION),2.6.3
3.4
)
- LINUX_KERNEL_MD5SUM:=
f75d21e5c60f18adf0e99d61c243f964
+ifeq ($(LINUX_VERSION),2.6.3
4.7
)
+ LINUX_KERNEL_MD5SUM:=
8964e26120e84844998a673464a980ea
endif
endif
-ifeq ($(LINUX_VERSION),2.6.3
4.1
)
- LINUX_KERNEL_MD5SUM:=
d31d241dc2058698a45fe41359cafb45
+ifeq ($(LINUX_VERSION),2.6.3
5.9
)
+ LINUX_KERNEL_MD5SUM:=
18d339e9229560e73c4249dffdc3fd90
endif
endif
-ifeq ($(LINUX_VERSION),2.6.3
5-rc
2)
- LINUX_KERNEL_MD5SUM:=
6b6b76e689e11b70b2e53f9482006929
+ifeq ($(LINUX_VERSION),2.6.3
6.
2)
+ LINUX_KERNEL_MD5SUM:=
d465f8ba05bf1b7530c596f1cca658e7
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.022386 seconds
and
4
git commands to generate.