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 | e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e (patch) | |
tree | 1faff269ee56e774bd2df1d8c499303b639a1707 /include | |
parent | 0cb05017c63b4b627948ed3d75a054a327a56ebf (diff) | |
download | upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.gz upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.tar.bz2 upstream-e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e.zip |
kernel: update linux 3.0 to 3.0.17
SVN-Revision: 29725
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 |