projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update uci - fixes a bug in parse_uci_tuple
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
1c227a2
..
5ecd305
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-28,6
+28,9
@@
endif
ifeq ($(LINUX_VERSION),2.6.23.14)
LINUX_KERNEL_MD5SUM:=63a6a28ad2480edcffbc09c008b0939d
endif
ifeq ($(LINUX_VERSION),2.6.23.14)
LINUX_KERNEL_MD5SUM:=63a6a28ad2480edcffbc09c008b0939d
endif
+ifeq ($(LINUX_VERSION),2.6.24)
+ LINUX_KERNEL_MD5SUM:=3f23ad4b69d0a552042d1ed0f4399857
+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.023994 seconds
and
4
git commands to generate.