From 290d1e2e44809e6ccf2b8b940ae265a37fa12321 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 18 Dec 2021 12:18:22 +0800 Subject: [PATCH] update rootfs build shell script, fix debian rootfs bug --- 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