diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-07 10:52:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-07 10:52:23 +0000 |
commit | 976f46b798a83b7ecd546734e6324382f761c7bc (patch) | |
tree | 67e319cbf1ff51969e8e9f621a308f42f080dd3f /make/linux.mk | |
parent | 736c85a8b90e6ddd44012d15eec35e7440e32a97 (diff) | |
download | buildroot-novena-976f46b798a83b7ecd546734e6324382f761c7bc.tar.gz buildroot-novena-976f46b798a83b7ecd546734e6324382f761c7bc.zip |
Update included kernel version
Diffstat (limited to 'make/linux.mk')
-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 c1c30666d..479ca9e84 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.21 +DOWNLOAD_LINUX_VERSION=2.4.22 # Version of Linux AFTER patches -LINUX_VERSION=2.4.21-erik +LINUX_VERSION=2.4.23-pre6-erik LINUX_FORMAT=bzImage LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT) |