Skip to content

Commit

Permalink
Fix busybox-config duplicate copy
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Apr 30, 2019
1 parent 44fbd57 commit d6139b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build-busybox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6139b0

Please sign in to comment.