diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-27 10:02:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-27 10:02:24 +0000 |
commit | b2c26c32dd639d3c55134fa45fcfce338158a432 (patch) | |
tree | bd13bde15f14eb316d812854683c1752806948b0 /include | |
parent | 103c99b960a179fe125a2c425764fe24ff71a996 (diff) | |
download | upstream-b2c26c32dd639d3c55134fa45fcfce338158a432.tar.gz upstream-b2c26c32dd639d3c55134fa45fcfce338158a432.tar.bz2 upstream-b2c26c32dd639d3c55134fa45fcfce338158a432.zip |
switch to 2.6.30.3
SVN-Revision: 17028
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 a2be1ae3f2..804d4be838 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -22,8 +22,8 @@ endif ifeq ($(LINUX_VERSION),2.6.28.10) LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa endif -ifeq ($(LINUX_VERSION),2.6.30.2) - LINUX_KERNEL_MD5SUM:=890a03483dc9843100c6b51deebfc3bd +ifeq ($(LINUX_VERSION),2.6.30.3) + LINUX_KERNEL_MD5SUM:=5499e1fd246215d65fc7068cfb040406 endif # disable the md5sum check for unknown kernel versions |