Keygen compilation command
This commit is contained in:
parent
7a7a043b2f
commit
0b43e07dc2
2
build.sh
2
build.sh
@ -9,7 +9,7 @@ echo "[+] Cloning buildroot"
|
|||||||
git clone https://github.com/buildroot/buildroot.git target/buildroot
|
git clone https://github.com/buildroot/buildroot.git target/buildroot
|
||||||
echo "[+] Building the keygen"
|
echo "[+] Building the keygen"
|
||||||
mkdir -p conf/usr/sbin
|
mkdir -p conf/usr/sbin
|
||||||
gcc -o conf/usr/sbin/cfgbin keygen/keygen.c
|
gcc -lm -static -o conf/usr/sbin/cfgbin keygen/keygen.c
|
||||||
strip conf/usr/sbin/cfgbin
|
strip conf/usr/sbin/cfgbin
|
||||||
echo "[+] Adding customization files"
|
echo "[+] Adding customization files"
|
||||||
cp -R buildroot/* target/buildroot # copy buildroot configs
|
cp -R buildroot/* target/buildroot # copy buildroot configs
|
||||||
|
Loading…
Reference in New Issue
Block a user