Update pwnagotchi.yml

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-04 15:08:02 +02:00
committed by GitHub
parent 1fcb2ac877
commit e1c34fe939

View File

@ -217,6 +217,19 @@
insertafter: "DRIVER_FOLDER_NAME = .*$"
line: "KERNEL_RELEASE = {{ kernel.full }}"
- name: choose the right kernel arch (bcm43436b0)
lineinfile:
dest: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/Makefile
insertafter: "KERNEL_RELEASE = .*$"
line: "KERNEL_ARCH = {{ kernel.arch }}"
- name: choose the right kernel arch (bcm43436b0)
replace:
dest: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/Makefile
backup: no
regexp: "shell uname -m"
replace: "KERNEL_ARCH"
- name: choose the right kernel release (replace string) (bcm43436b0)
replace:
dest: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/Makefile
@ -235,7 +248,6 @@
src: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/brcmfmac43436-sdio.bin
dest: /usr/lib/firmware/brcm/brcmfmac43436-sdio.bin
- name: choose the right kernel version (bcm43430a1)
replace:
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
@ -249,6 +261,19 @@
insertafter: "DRIVER_FOLDER_NAME = .*$"
line: "KERNEL_RELEASE = {{ kernel.full }}"
- name: choose the right kernel arch (bcm43430a1)
lineinfile:
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
insertafter: "KERNEL_RELEASE = .*$"
line: "KERNEL_ARCH = {{ kernel.arch }}"
- name: choose the right kernel arch (bcm43430a1)
replace:
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
backup: no
regexp: "shell uname -m"
replace: "KERNEL_ARCH"
- name: choose the right kernel release (replace string) (bcm43430a1)
replace:
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
@ -300,6 +325,19 @@
insertafter: "DRIVER_FOLDER_NAME = .*$"
line: "KERNEL_RELEASE = {{ kernel.full }}"
- name: choose the right kernel arch (bcm43455c0)
lineinfile:
dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile
insertafter: "DRIVER_RELEASE = .*$"
line: "KERNEL_ARCH = {{ kernel.arch }}"
- name: choose the right kernel arch (replace string) (bcm43455c0)
replace:
dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile
backup: no
regexp: "shell uname -m"
replace: "KERNEL_ARCH"
- name: choose the right kernel release (replace string) (bcm43455c0)
replace:
dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile