summaryrefslogtreecommitdiffstats
path: root/make/linux.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-20 00:05:53 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-20 00:05:53 +0000
commit8410fed7a74d034a1be625e8f1adc08b8111c7c8 (patch)
tree6b3c8bf7ad98df8ecf430c90662d3ad6b920c7c4 /make/linux.mk
parentf02886e2f044898687daef6ca8f33e77cc86341c (diff)
downloadbuildroot-novena-8410fed7a74d034a1be625e8f1adc08b8111c7c8.tar.gz
buildroot-novena-8410fed7a74d034a1be625e8f1adc08b8111c7c8.zip
bump kernel to 2.4.23, and update the default patch set to match
Diffstat (limited to 'make/linux.mk')
-rw-r--r--make/linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/linux.mk b/make/linux.mk
index d57d59007..2600afc01 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.22
+DOWNLOAD_LINUX_VERSION=2.4.23
# Version of Linux AFTER patches
-LINUX_VERSION=2.4.23-pre6-erik
+LINUX_VERSION=2.4.23-erik
LINUX_FORMAT=bzImage
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)