From 3613d482b6fc4c160fdb30b6ca337ea662a35439 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 24 Jul 2022 11:10:31 +0800 Subject: [PATCH] update rootfs to add bluetooth and wifi firmware --- bsp/kernel/igkboard.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/kernel/igkboard.json b/bsp/kernel/igkboard.json index 10240d1..b2a9a23 100644 --- a/bsp/kernel/igkboard.json +++ b/bsp/kernel/igkboard.json @@ -1,6 +1,6 @@ { "KERNEL_SRC": { - "URL": "${SRC_URL}/bsp/linux-imx-${BSP_VER}.tar.xz", + "URL": "${BSP_URL}/linux-imx.tar.xz", "PROTOCAL": "wget" }, "INSTALL": { -- Gitblit v1.9.1