diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-09 10:16:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-09 10:16:59 +0000 |
commit | 0f73c57e91d1707a8e4b026609163852e309c51c (patch) | |
tree | 3aebe163f0425f1272cf656b9cf0544e2a3cd452 /make/linux.mk | |
parent | adba6489023933b548eba81d7794047d4d7d20f2 (diff) | |
download | buildroot-novena-0f73c57e91d1707a8e4b026609163852e309c51c.tar.gz buildroot-novena-0f73c57e91d1707a8e4b026609163852e309c51c.zip |
oops
Diffstat (limited to 'make/linux.mk')
-rw-r--r-- | make/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/linux.mk b/make/linux.mk index c18ff86b6..fcd808a7a 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.25 # Version of Linux AFTER patches -LINUX_VERSION=2.4.25-pre5-erik +LINUX_VERSION=2.4.26-pre5-erik LINUX_FORMAT=bzImage #LINUX_FORMAT=images/zImage.prep |