mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update build for Pi 5 users
Version 2.7.8
This commit is contained in:
@ -298,6 +298,8 @@
|
|||||||
repo: https://github.com/DrSchottky/nexmon.git
|
repo: https://github.com/DrSchottky/nexmon.git
|
||||||
dest: /usr/local/src/nexmon
|
dest: /usr/local/src/nexmon
|
||||||
|
|
||||||
|
# FIRST WE BUILD DRIVER FOR RPi5
|
||||||
|
|
||||||
- name: make firmware
|
- name: make firmware
|
||||||
shell: "source ./setup_env.sh && make"
|
shell: "source ./setup_env.sh && make"
|
||||||
args:
|
args:
|
||||||
@ -321,6 +323,8 @@
|
|||||||
environment:
|
environment:
|
||||||
QEMU_UNAME: "{{ kernel.full_pi5 }}"
|
QEMU_UNAME: "{{ kernel.full_pi5 }}"
|
||||||
|
|
||||||
|
# NOW WE BUILD DRIVERS FOR RPiZero2W, RPi 3, RPi4
|
||||||
|
|
||||||
- name: make firmware
|
- name: make firmware
|
||||||
shell: "source ./setup_env.sh && make"
|
shell: "source ./setup_env.sh && make"
|
||||||
args:
|
args:
|
||||||
|
Reference in New Issue
Block a user