diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-11-19 18:39:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-11-19 18:39:12 +0000 |
commit | 16fd48e131c7085f7e44527c007788e05da80476 (patch) | |
tree | 39e2cbceebad180ff668e938e073b12dae8f0ecc /include | |
parent | 96285ef8bd36201c0187e8fd867c393b6c5a17d8 (diff) | |
download | upstream-16fd48e131c7085f7e44527c007788e05da80476.tar.gz upstream-16fd48e131c7085f7e44527c007788e05da80476.tar.bz2 upstream-16fd48e131c7085f7e44527c007788e05da80476.zip |
linux: update 3.0 to 3.0.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29264 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 a512ffb2d0..3220afaf4b 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -29,8 +29,8 @@ endif ifeq ($(LINUX_VERSION),2.6.39.4) LINUX_KERNEL_MD5SUM:=a17c748c2070168f1e784e9605ca043d endif -ifeq ($(LINUX_VERSION),3.0.3) - LINUX_KERNEL_MD5SUM:=6a8af5f6733b3db970197e65b3db712c +ifeq ($(LINUX_VERSION),3.0.9) + LINUX_KERNEL_MD5SUM:=71992fa4dfc289a959f9ce266d08d77b endif ifeq ($(LINUX_VERSION),3.1.1) LINUX_KERNEL_MD5SUM:=4db653798a325f759b8cf49a1b5e6011 |