Commit faeb67b1 authored by Eric Andersen's avatar Eric Andersen
Browse files

Default to 2.4.21

parent d38a1eee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)