diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-20 10:18:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-20 10:18:56 +0000 |
commit | c3aa860a1157a5c8dbf0be1f73ada73ec4894572 (patch) | |
tree | 0afa09795f92fd5548c51c0be93f8b15a47e4e63 /include | |
parent | dd1f19f4c7c323a5a269b798bda277b25d59231f (diff) | |
download | upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.tar.gz upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.tar.bz2 upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.zip |
update to 2.6.30.2
SVN-Revision: 16931
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b6d495097b..64209e3652 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -25,8 +25,8 @@ endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.30.1) - LINUX_KERNEL_MD5SUM:=7da2e2e31f1c00f2673d2dc50de76b33 +ifeq ($(LINUX_VERSION),2.6.30.2) + LINUX_KERNEL_MD5SUM:=890a03483dc9843100c6b51deebfc3bd endif # disable the md5sum check for unknown kernel versions |