This commit is contained in:
Jeroen Oudshoorn
2024-02-13 23:13:49 +01:00
parent 5ae357c3dc
commit f216a21132
2 changed files with 1 additions and 2 deletions

View File

@ -5,4 +5,4 @@ iface usb0 inet static
network 10.0.0.0 network 10.0.0.0
broadcast 10.0.0.255 broadcast 10.0.0.255
gateway 10.0.0.1 gateway 10.0.0.1
metric 101 metric 101

View File

@ -173,7 +173,6 @@
- wl - wl
- xxd - xxd
- zlib1g-dev - zlib1g-dev
- zram-tools
environment: environment:
ARCHFLAGS: "-arch aarch64" ARCHFLAGS: "-arch aarch64"
QEMU_UNAME: "{{ kernel.full }}" QEMU_UNAME: "{{ kernel.full }}"