Skip to content

Commit

Permalink
BusyBox: use latest stable 1.36.1 version
Browse files Browse the repository at this point in the history
toybox when?
  • Loading branch information
solcloud committed Oct 10, 2023
1 parent 8ac9df4 commit 4adc170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi
echo "You need to specify LINUX_VERSION either globally ($BASE/config.sh) or in preset ($NICE_PRESET_PATH/config.sh)"
exit 1
}
[ -z $BUSYBOX_VERSION ] && export BUSYBOX_VERSION='1.34.1'
[ -z $BUSYBOX_VERSION ] && export BUSYBOX_VERSION='1.36.1'

export LINUX=${NICE_LINUX_ARCHIVE_PATH:-"$OPT/linux-$LINUX_VERSION.tar.xz"}
export LINUX_BUILD="$BUILDS/linux"
Expand Down

0 comments on commit 4adc170

Please sign in to comment.