diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-14 00:49:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-14 00:49:08 +0000 |
commit | faeb67b1a09eec4c34f1daa2ab5e2fc4623e217c (patch) | |
tree | 7ac06e5812ee2d935a85cea50446d63b76b5b62d /make | |
parent | d38a1eee41475a91fe8ea6c44bb240f1206de392 (diff) | |
download | buildroot-novena-faeb67b1a09eec4c34f1daa2ab5e2fc4623e217c.tar.gz buildroot-novena-faeb67b1a09eec4c34f1daa2ab5e2fc4623e217c.zip |
Default to 2.4.21
Diffstat (limited to 'make')
-rw-r--r-- | make/linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/linux.mk b/make/linux.mk index 8a25ee145..e80e4cce7 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.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) |