diff options
Diffstat (limited to 'package/linux/linux.mk')
-rw-r--r-- | package/linux/linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux/linux.mk b/package/linux/linux.mk index afd098eb4..72de336c0 100644 --- a/package/linux/linux.mk +++ b/package/linux/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.27 +DOWNLOAD_LINUX_VERSION=2.4.29 # Version of Linux AFTER patches -LINUX_VERSION=2.4.28-pre4-erik +LINUX_VERSION=2.4.29-erik LINUX_FORMAT=bzImage #LINUX_FORMAT=images/zImage.prep |