From d6139b0e08e9560598b19da4336d916a8972981c Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Tue, 30 Apr 2019 13:55:30 +0800 Subject: [PATCH] Fix busybox-config duplicate copy --- scripts/build-busybox | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build-busybox b/scripts/build-busybox index 9f7ab29..48a272c 100755 --- a/scripts/build-busybox +++ b/scripts/build-busybox @@ -39,9 +39,6 @@ busybox_install() export HOME=${BUILD} make oldconfig cp .config ${target}.config - if [ -n "$bbconf" ]; then - cp package/busybox/$(basename $bbconf) ${target}.$(basename $bbconf) - fi if [ "$build" == "config" ]; then make busybox-menuconfig