diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-18 11:40:36 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-18 11:40:36 +0000 |
commit | 4073708de934b630a838a9d54f0cfb693db59420 (patch) | |
tree | 3261eadf41959f22b18769e5bde2933644587c97 /openwrt/toolchain/kernel-headers | |
parent | 2c900460292c518c4f5184e9b23ca43f5782ef5d (diff) |
update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so we now only add the new ids. gcc4 fixes will come later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/kernel-headers')
-rw-r--r-- | openwrt/toolchain/kernel-headers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/kernel-headers/Makefile b/openwrt/toolchain/kernel-headers/Makefile index c567292fad..b3a7b1ecfe 100644 --- a/openwrt/toolchain/kernel-headers/Makefile +++ b/openwrt/toolchain/kernel-headers/Makefile @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk # linux kernel headers for toolchain -LINUX_HEADERS_VERSION=2.4.30 -LINUX_KERNEL_MD5SUM:=75d8ce40a3668603017cd186909efe8d +LINUX_HEADERS_VERSION=2.4.32 +LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c LINUX_HEADERS_SITE= \ http://www.de.kernel.org/pub/linux/kernel/v2.4 \ http://www.fi.kernel.org/pub/linux/kernel/v2.4 \ |