projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rb532: fix a module dependency issue
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
f030897
..
2e89665
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-17,8
+17,8
@@
endif
ifeq ($(LINUX_VERSION),2.6.31.12)
LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de
endif
ifeq ($(LINUX_VERSION),2.6.31.12)
LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de
endif
-ifeq ($(LINUX_VERSION),2.6.32.1
3
)
- LINUX_KERNEL_MD5SUM:=
e66b1ec7eeb1a5f5d279574c6a2f3655
+ifeq ($(LINUX_VERSION),2.6.32.1
4
)
+ LINUX_KERNEL_MD5SUM:=
b13dc3ce727039597163cb4bce4cbdbb
endif
ifeq ($(LINUX_VERSION),2.6.33.4)
LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964
endif
ifeq ($(LINUX_VERSION),2.6.33.4)
LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964
@@
-26,6
+26,9
@@
endif
ifeq ($(LINUX_VERSION),2.6.34)
LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
endif
ifeq ($(LINUX_VERSION),2.6.34)
LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad
endif
+ifeq ($(LINUX_VERSION),2.6.35-rc2)
+ LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x
This page took
0.025022 seconds
and
4
git commands to generate.