diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-20 11:43:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-20 11:43:13 +0000 |
commit | bd66295fa1c58b4f0e55eb4c484c3916607c5d91 (patch) | |
tree | a40ebf3670ac173fb13f75ef67ef3f38a8f855f8 /make | |
parent | 4c475d38d99bb834b0f717d22275cf6ebf24c38d (diff) |
Use 2.4.26 final, not a -pre
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 fec8e8b46..bb8f96b19 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.25 +DOWNLOAD_LINUX_VERSION=2.4.26 # Version of Linux AFTER patches -LINUX_VERSION=2.4.26-pre5-erik +LINUX_VERSION=2.4.26-erik LINUX_FORMAT=bzImage #LINUX_FORMAT=images/zImage.prep |