mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Default to 2.4.21
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
ifneq ($(filter $(TARGETS),linux),)
|
||||
|
||||
# Version of Linux to download and then apply patches to
|
||||
DOWNLOAD_LINUX_VERSION=2.4.20
|
||||
DOWNLOAD_LINUX_VERSION=2.4.21
|
||||
# Version of Linux AFTER patches
|
||||
LINUX_VERSION=2.4.21-pre4
|
||||
LINUX_VERSION=2.4.21
|
||||
|
||||
LINUX_FORMAT=bzImage
|
||||
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)
|
||||
|
||||
Reference in New Issue
Block a user