diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-23 12:10:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-23 12:10:25 +0000 |
commit | bf42d79d3557c6eda0dac297204883a52625de05 (patch) | |
tree | 20572395ef2835d7676338b2d9f8c2ccfa95f509 /include | |
parent | d5ce9d0af960864ae56a62fbecab9b3163b40035 (diff) | |
download | upstream-bf42d79d3557c6eda0dac297204883a52625de05.tar.gz upstream-bf42d79d3557c6eda0dac297204883a52625de05.tar.bz2 upstream-bf42d79d3557c6eda0dac297204883a52625de05.zip |
[kernel] update to 2.6.30.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18126 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e70a79f32a..d5df7a36fc 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.8) - LINUX_KERNEL_MD5SUM:=76b8397bfb477788b26c834f71e27df6 +ifeq ($(LINUX_VERSION),2.6.30.9) + LINUX_KERNEL_MD5SUM:=5a4cd5543a9d7c1a819700b21be31ef1 endif ifeq ($(LINUX_VERSION),2.6.31.1) LINUX_KERNEL_MD5SUM:=8077cd7f7c1cdeb6aef3872441ae5294 |