aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-11-18 11:40:36 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-11-18 11:40:36 +0000
commit31e572ec35760ea6b1c0d53bf4af70deb03ac1b3 (patch)
tree7909511d74a9aef4a2fc4b64e4eb42561ba6be38 /target/linux/linux-2.4/Makefile
parent17dacfb654751d49c7f5841add9cdcd29e264228 (diff)
downloadmaster-187ad058-31e572ec35760ea6b1c0d53bf4af70deb03ac1b3.tar.gz
master-187ad058-31e572ec35760ea6b1c0d53bf4af70deb03ac1b3.tar.bz2
master-187ad058-31e572ec35760ea6b1c0d53bf4af70deb03ac1b3.zip
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/openwrt@2515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/Makefile')
-rw-r--r--target/linux/linux-2.4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile
index 39828963eb..0e34245693 100644
--- a/target/linux/linux-2.4/Makefile
+++ b/target/linux/linux-2.4/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
include ../rules.mk
KERNEL:=2.4
-LINUX_VERSION:=2.4.30
+LINUX_VERSION:=2.4.32
MODULES_SUBDIR:=lib/modules/$(LINUX_VERSION)
LINUX_KCONFIG:=./config/$(BOARD)
LINUX_BUILD_DIR:=$(BUILD_DIR)/linux-2.4-$(BOARD)