Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-04 16:44:07 +02:00
parent cebbd1f192
commit d391560f81
2 changed files with 4 additions and 2 deletions

3
.idea/misc.xml generated
View File

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.11 (pwnagotchi)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (pwnagotchi)" project-jdk-type="Python SDK" />
</project>

View File

@ -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)