summaryrefslogtreecommitdiff
path: root/make/linux.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-07 10:52:23 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-07 10:52:23 +0000
commit976f46b798a83b7ecd546734e6324382f761c7bc (patch)
tree67e319cbf1ff51969e8e9f621a308f42f080dd3f /make/linux.mk
parent736c85a8b90e6ddd44012d15eec35e7440e32a97 (diff)
Update included kernel version
Diffstat (limited to 'make/linux.mk')
-rw-r--r--make/linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/linux.mk b/make/linux.mk
index c1c30666d..479ca9e84 100644
--- a/make/linux.mk
+++ b/make/linux.mk
@@ -22,9 +22,9 @@
ifneq ($(filter $(TARGETS),linux),)
# Version of Linux to download and then apply patches to
-DOWNLOAD_LINUX_VERSION=2.4.21
+DOWNLOAD_LINUX_VERSION=2.4.22
# Version of Linux AFTER patches
-LINUX_VERSION=2.4.21-erik
+LINUX_VERSION=2.4.23-pre6-erik
LINUX_FORMAT=bzImage
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)