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