mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update pwnagotchi.yml
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -215,7 +215,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/Makefile
|
dest: /usr/local/src/nexmon/patches/bcm43436b0/9_88_4_65/nexmon/Makefile
|
||||||
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
||||||
line: "KERNEL_RELEASE = {{ kernel.arch }}"
|
line: "KERNEL_RELEASE = {{ kernel.full }}"
|
||||||
|
|
||||||
- name: choose the right kernel release (replace string) (bcm43436b0)
|
- name: choose the right kernel release (replace string) (bcm43436b0)
|
||||||
replace:
|
replace:
|
||||||
@ -247,7 +247,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
|
dest: /usr/local/src/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/Makefile
|
||||||
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
||||||
line: "KERNEL_RELEASE = {{ kernel.arch }}"
|
line: "KERNEL_RELEASE = {{ kernel.full }}"
|
||||||
|
|
||||||
- name: choose the right kernel release (replace string) (bcm43430a1)
|
- name: choose the right kernel release (replace string) (bcm43430a1)
|
||||||
replace:
|
replace:
|
||||||
@ -298,7 +298,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile
|
dest: /usr/local/src/nexmon/patches/bcm43455c0/7_45_206/nexmon/Makefile
|
||||||
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
insertafter: "DRIVER_FOLDER_NAME = .*$"
|
||||||
line: "KERNEL_RELEASE = {{ kernel.arch }}"
|
line: "KERNEL_RELEASE = {{ kernel.full }}"
|
||||||
|
|
||||||
- name: choose the right kernel release (replace string) (bcm43455c0)
|
- name: choose the right kernel release (replace string) (bcm43455c0)
|
||||||
replace:
|
replace:
|
||||||
|
Reference in New Issue
Block a user