diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-09-09 07:35:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-09-09 07:35:06 +0000 |
commit | 3ce53b8d9286d6ab636413358389c9d13d0976c0 (patch) | |
tree | 0248e692b843ddc64e1fc80ccb806f1fbd3be5e7 /include | |
parent | 43d0be69d72055b7cabf4fd159de19cf7a8e2365 (diff) | |
download | upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.tar.gz upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.tar.bz2 upstream-3ce53b8d9286d6ab636413358389c9d13d0976c0.zip |
update to 2.6.30.6, compile tested on some targets only
SVN-Revision: 17549
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 a012e7ea25..986bb7199b 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.5) - LINUX_KERNEL_MD5SUM:=be9c3a697a54ac099c910d068ff0dc03 +ifeq ($(LINUX_VERSION),2.6.30.6) + LINUX_KERNEL_MD5SUM:=3ae3add6838da3c5a53baa87c9e32924 endif # disable the md5sum check for unknown kernel versions |