diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-11-29 08:51:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-11-29 08:51:59 +0000 |
commit | 7dc2ef9a8e56583c00dfab17c66a182848e4a577 (patch) | |
tree | 7fc3376f59f111900cf49339eae41285d91a397b /include | |
parent | d8d1e7d172d74e79d7bb20a0c6e1d1f287da4c8a (diff) | |
download | upstream-7dc2ef9a8e56583c00dfab17c66a182848e4a577.tar.gz upstream-7dc2ef9a8e56583c00dfab17c66a182848e4a577.tar.bz2 upstream-7dc2ef9a8e56583c00dfab17c66a182848e4a577.zip |
[adm5120] switch to 2.6.23.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 56edd7bbc8..09c664bc4d 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -22,6 +22,9 @@ endif ifeq ($(LINUX_VERSION),2.6.23.1) LINUX_KERNEL_MD5SUM:=518d57e08fdacd88907166a3bfe383b7 endif +ifeq ($(LINUX_VERSION),2.6.23.9) + LINUX_KERNEL_MD5SUM:=fc341e4f23bcd4056bdb0c9edc24ea3d +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |