Update build to kernel 6.6.20

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-03-13 21:49:12 +01:00
parent 4b4646d604
commit 29386fb945
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@
become: true
vars:
kernel:
min: "6.1"
full: "6.1.0-rpi8-rpi-v8"
full_pi5: "6.1.0-rpi8-rpi-2712"
min: "6.6"
full: "6.6.20+rpt-rpi-v8"
full_pi5: "6.6.20+rpt-rpi-2712"
pwnagotchi:
hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}"
version: "{{ lookup('env', 'PWN_VERSION') | default('pwnagotchi', true) }}"