From df8b7cb3178dd71312d415b07007d6987e901c25 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 26 Dec 2021 20:20:47 +0800 Subject: [PATCH] update yocto project uboot patch and readme file --- tools/buildroot/buildroot.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/buildroot/buildroot.sh b/tools/buildroot/buildroot.sh index 81272bb..93ed41a 100755 --- a/tools/buildroot/buildroot.sh +++ b/tools/buildroot/buildroot.sh @@ -66,6 +66,7 @@ cd $BR_VER cp tarballs/buildroot/$BR_CONF .config + cp tarballs/busybox/busybox.config package/busybox/ sed -i "s|^BR2_HOST_DIR=.*|BR2_HOST_DIR=\"${INST_PATH}\"|g" .config cd - -- Gitblit v1.9.1