From 1e4776d90ae2f9721400487ce4241c7c3b58ead6 Mon Sep 17 00:00:00 2001 From: neatraindrop444 <62477865+neatraindrop444@users.noreply.github.com> Date: Sat, 21 Mar 2020 18:51:30 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08351ef..6a63bfb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -KERNEL_VERSION=4.4.52 +KERNEL_VERSION=5.5.11 KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$(KERNEL_VERSION).tar.xz -BUSYBOX_VERSION=1.26.2 +BUSYBOX_VERSION=1.31.1 BUSYBOX_URL=https://www.busybox.net/downloads/busybox-$(BUSYBOX_VERSION).tar.bz2 all: fs.tar