diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
commit | 6e2ae90f4ab5f90459da923069ed31dc6503918f (patch) | |
tree | 026bf14dff23d3be81dbb4c44a6de598fa2d8f8e /include | |
parent | c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4 (diff) | |
download | upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.tar.gz upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.tar.bz2 upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.zip |
linux: update 3.0 to 3.0.12
SVN-Revision: 29469
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 3220afaf4b..dec2412be6 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.9) - LINUX_KERNEL_MD5SUM:=71992fa4dfc289a959f9ce266d08d77b +ifeq ($(LINUX_VERSION),3.0.12) + LINUX_KERNEL_MD5SUM:=aa5d56ddc2ef01a61759ceeb0f6b8308 endif ifeq ($(LINUX_VERSION),3.1.1) LINUX_KERNEL_MD5SUM:=4db653798a325f759b8cf49a1b5e6011 |