From f41d2e7406fdb78bcb940c18d352c6db52144196 2018-11-28 09:12:51 From: Unknown Date: 2018-11-28 09:12:51 Subject: [PATCH] a --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 51bc84b..05d7453 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -376,7 +376,7 @@ fi # Add deps for nexmon if [ "$ENABLE_NEXMON" = true ] ; then - REQUIRED_PACKAGES="${REQUIRED_PACKAGES},libgmp3-dev,gawk,qpdf,bison,flex,make,autoconf,automake,build-essential,libtool" + REQUIRED_PACKAGES="${REQUIRED_PACKAGES} libgmp3-dev gawk qpdf bison flex make autoconf automake build-essential libtool" fi # Add libncurses5 to enable kernel menuconfig