summaryrefslogtreecommitdiff
path: root/make/linux.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-19 08:56:04 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-19 08:56:04 +0000
commita5c2354153ec2d1eef06544a303c0ac1ec9ca9ef (patch)
treea6d52a4b5af5c8ece11d70cf5555da8ff999cbfe /make/linux.mk
parentc8eea31d3f2e8ddb8618f4760b8461003e3a9f83 (diff)
Fixup 'make source' target
Diffstat (limited to 'make/linux.mk')
-rw-r--r--make/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/linux.mk b/make/linux.mk
index 8b89806d8..ca97b7269 100644
--- a/make/linux.mk
+++ b/make/linux.mk
@@ -24,7 +24,7 @@ ifneq ($(filter $(TARGETS),linux),)
# Version of Linux to download and then apply patches to
DOWNLOAD_LINUX_VERSION=2.4.20
# Version of Linux AFTER patches
-LINUX_VERSION=2.4.20
+LINUX_VERSION=2.4.21-pre4
LINUX_FORMAT=bzImage
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)