projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add support for linux 3.1-rc1
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
66fb021
..
6161d12
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-29,6
+29,9
@@
endif
ifeq ($(LINUX_VERSION),2.6.39.2)
LINUX_KERNEL_MD5SUM:=51be93d92028658ec93f68b79a378b17
endif
ifeq ($(LINUX_VERSION),2.6.39.2)
LINUX_KERNEL_MD5SUM:=51be93d92028658ec93f68b79a378b17
endif
+ifeq ($(LINUX_VERSION),3.0.1)
+ LINUX_KERNEL_MD5SUM:=aed949984b878b7fb77ffe9cbee8ce0c
+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.018945 seconds
and
4
git commands to generate.