diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:48:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:48:11 +0000 |
commit | 299149e4aa7983c76e5bde6ced4b0f01a12e992d (patch) | |
tree | 53efbd9b4498bc9e56eb3fc2843769bbcf4f7eed /make/linux.mk | |
parent | 7c7119fc6978ef6444751b73b5f64d2e970042aa (diff) |
Add in my default set of 2.4.21 kernel patches
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 e80e4cce7..c1c30666d 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.21 # Version of Linux AFTER patches -LINUX_VERSION=2.4.21 +LINUX_VERSION=2.4.21-erik LINUX_FORMAT=bzImage LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT) |