diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 13:37:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 13:37:31 +0000 |
commit | 7565cab10417a8d8bb11b05779dd2bd807082bee (patch) | |
tree | 468f04b062087fc32f36735e3b47f46739a5f779 /include | |
parent | a67e369c117fc1ec0c66a0d9ac7c2815c64fa9ce (diff) | |
download | upstream-7565cab10417a8d8bb11b05779dd2bd807082bee.tar.gz upstream-7565cab10417a8d8bb11b05779dd2bd807082bee.tar.bz2 upstream-7565cab10417a8d8bb11b05779dd2bd807082bee.zip |
kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17558 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 986bb7199b..48b1d00e36 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,6 +25,9 @@ endif ifeq ($(LINUX_VERSION),2.6.30.6) LINUX_KERNEL_MD5SUM:=3ae3add6838da3c5a53baa87c9e32924 endif +ifeq ($(LINUX_VERSION),2.6.31) + LINUX_KERNEL_MD5SUM:=84c077a37684e4cbfa67b18154390d8a +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |