projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probab...
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
294ffb8
..
ae82a5d
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-8,8
+8,8
@@
endif
ifeq ($(LINUX_VERSION),2.6.31.14)
LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd
endif
ifeq ($(LINUX_VERSION),2.6.31.14)
LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd
endif
-ifeq ($(LINUX_VERSION),2.6.32.3
2
)
- LINUX_KERNEL_MD5SUM:=2
5a3ba004aaaa409c24dfb2cc268d03e
+ifeq ($(LINUX_VERSION),2.6.32.3
3
)
+ LINUX_KERNEL_MD5SUM:=2
b4e5ed210534d9b4f5a563089dfcc80
endif
ifeq ($(LINUX_VERSION),2.6.34.8)
LINUX_KERNEL_MD5SUM:=6dedac89df1af57b08981fcc6ad387db
endif
ifeq ($(LINUX_VERSION),2.6.34.8)
LINUX_KERNEL_MD5SUM:=6dedac89df1af57b08981fcc6ad387db
@@
-20,11
+20,11
@@
endif
ifeq ($(LINUX_VERSION),2.6.36.4)
LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf
endif
ifeq ($(LINUX_VERSION),2.6.36.4)
LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf
endif
-ifeq ($(LINUX_VERSION),2.6.37.
3
)
- LINUX_KERNEL_MD5SUM:=
b32fc95037e4e114fcfb33075bb30f46
+ifeq ($(LINUX_VERSION),2.6.37.
4
)
+ LINUX_KERNEL_MD5SUM:=
1d2dc321017a8dde09b779b4d8233273
endif
endif
-ifeq ($(LINUX_VERSION),2.6.38)
- LINUX_KERNEL_MD5SUM:=
7d471477bfa67546f902da62227fa976
+ifeq ($(LINUX_VERSION),2.6.38
.2
)
+ LINUX_KERNEL_MD5SUM:=
5e9d0edae15053ea9acd932e6d162d03
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.023587 seconds
and
4
git commands to generate.