summaryrefslogtreecommitdiff
path: root/openwrt/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
commitb26165bc5ec92c16e6e1904f38b4e5c58851d698 (patch)
treeab008b7167f9597d843ee0b2d0ec774b809bcfd8 /openwrt/target/linux/linux-2.4/Makefile
parent818937b28fb59bb89ccd6155210a7835300b71d2 (diff)
downloadmtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.zip
mtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.tar.gz
mtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.tar.bz2
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
SVN-Revision: 2515
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 3982896..0e34245 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/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)