From d4b46bc3c6997e32050b332d7578f0cb289b57be Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 4 Jan 2023 01:21:11 +0100 Subject: [PATCH] board/asus/tinker: rename label linux-next to linux in extlinux.conf We're not using next branch so let's rename label linux-next to linux. Signed-off-by: Giulio Benetti Signed-off-by: Thomas Petazzoni --- board/asus/tinker/extlinux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/asus/tinker/extlinux.conf b/board/asus/tinker/extlinux.conf index 136af0debd..bb96ddb893 100644 --- a/board/asus/tinker/extlinux.conf +++ b/board/asus/tinker/extlinux.conf @@ -1,4 +1,4 @@ -label Tinker linux-next +label Tinker linux kernel /boot/uImage devicetree /boot/rk3288-tinker.dtb append console=ttyS2,115200n8 root=/dev/mmcblk0p1 rootwait