diff --git a/build/build.sh b/build/build.sh index 6880e43719038464a4871a90b2ae7c5871bc8384..c2a056c2acaed2ae898bc033eaef3303ca65ea42 100644 --- a/build/build.sh +++ b/build/build.sh @@ -1,17 +1,12 @@ #!/bin/sh -ip a - -cat /etc/hostname cpus=`nproc` -echo $cpus - make update rm -rf ./packages/ffnw git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw -#make -dkj $cpus GLUON_BRANCH=stable \ No newline at end of file +make -dkj $cpus GLUON_BRANCH=stable \ No newline at end of file