diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:10:44 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:10:44 +0000 |
commit | b2e991c3b2f439c9fb76ba214046b71f75b63795 (patch) | |
tree | 667d36e004985d875d6d8fdf001980b997f9bc7a /include | |
parent | 15c833bfc42c03511e2400747b248e2df5542f3c (diff) | |
download | upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.tar.gz upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.tar.bz2 upstream-b2e991c3b2f439c9fb76ba214046b71f75b63795.zip |
kernel: update linux 3.0 to 3.0.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29725 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 11f81eaebb..b57aada37a 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.12) - LINUX_KERNEL_MD5SUM:=aa5d56ddc2ef01a61759ceeb0f6b8308 +ifeq ($(LINUX_VERSION),3.0.17) + LINUX_KERNEL_MD5SUM:=fcdd6a945445336e4cd28b2d195f1fea endif ifeq ($(LINUX_VERSION),3.1.4) LINUX_KERNEL_MD5SUM:=52643e5a013d450ad69627c3cac490cb |