diff --git a/build.sh b/build.sh index f4d11dd..76b0d26 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ cp -R update/update.sh target/overlay #copy the update script and certificate echo "[+] Building the keygen" mkdir -p target/overlay/usr/sbin -gcc -lm -static -o target/overlay/usr/sbin/cfgbin keygen/keygen.c +gcc -o target/overlay/usr/sbin/cfgbin keygen/keygen.c -static -lm strip target/overlay/usr/sbin/cfgbin echo "[+] Generating Update Key"