TheOfficialFloW / PPPwn

PPPwn - PlayStation 4 PPPoE RCE
MIT License
2.23k stars 333 forks source link

Add Batch build-linux #46

Closed DjPopol closed 3 weeks ago

DjPopol commented 3 weeks ago

Hi, Could you add this 3 batch? build-linux.sh build with args if no args it build all firmware's stage1 and stage2. build-linux-auto.sh just edit vars and execute. build-linux-prompt.sh build with firmware prompt.

All of these can build all firmware's stages. See Code for more infos

count0nz commented 3 weeks ago

i was trying to psuh that also lol :P i did this.

!/bin/bash

Please use ./build.sh with the Firmware version ie. 900/1100 etc.

make -C stage1 FW=1100 clean && make -C stage1 FW=$1 make -C stage2 FW=1100 clean && make -C stage2 FW=$1