diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-01 10:07:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-01 10:07:32 +0000 |
commit | 5a3991bd1a491d6fca3273c1ef72b54cdfd0661d (patch) | |
tree | 8156c94dfbaf686c6f4d07abf0a898ddc3c3d51c /include/kernel-version.mk | |
parent | 2b43a77babbe2071df374f67799679bce8216904 (diff) | |
download | upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.tar.gz upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.tar.bz2 upstream-5a3991bd1a491d6fca3273c1ef72b54cdfd0661d.zip |
kernel: upgrade to 2.6.30.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-version.mk')
-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 3f69c701d9..f019897beb 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.7) - LINUX_KERNEL_MD5SUM:=40ac5c687ffd7b4d456fa61e7b250911 +ifeq ($(LINUX_VERSION),2.6.30.8) + LINUX_KERNEL_MD5SUM:=76b8397bfb477788b26c834f71e27df6 endif ifeq ($(LINUX_VERSION),2.6.31.1) LINUX_KERNEL_MD5SUM:=8077cd7f7c1cdeb6aef3872441ae5294 |