diff --git a/.idea/misc.xml b/.idea/misc.xml index d95f6c4d..d0f22c9f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index d7b6fc09..1ed9e6e3 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -81,7 +81,6 @@ - fonts-freefont-ttf - g++ - gawk - - gcc - gcc-arm-none-eabi - git - libatlas-base-dev @@ -329,7 +328,7 @@ - name: choose the right kernel arch (bcm43455c0) lineinfile: dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile - insertafter: "DRIVER_RELEASE = .*$" + insertafter: "KERNEL_RELEASE = .*$" line: "KERNEL_ARCH = {{ kernel.arch }}" - name: choose the right kernel arch (replace string) (bcm43455c0)