Default to 2.4.21
authorEric Andersen <andersen@codepoet.org>
Sat, 14 Jun 2003 00:49:08 +0000 (00:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 14 Jun 2003 00:49:08 +0000 (00:49 -0000)
make/linux.mk

index 8a25ee145cbf8e233ab78984dc2f696531195718..e80e4cce755ed6fc2640f0cfbec88bacd121766b 100644 (file)
@@ -22,9 +22,9 @@
 ifneq ($(filter $(TARGETS),linux),)
 
 # Version of Linux to download and then apply patches to
-DOWNLOAD_LINUX_VERSION=2.4.20
+DOWNLOAD_LINUX_VERSION=2.4.21
 # Version of Linux AFTER patches
-LINUX_VERSION=2.4.21-pre4
+LINUX_VERSION=2.4.21
 
 LINUX_FORMAT=bzImage
 LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)