mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -105,8 +105,7 @@
|
|||||||
"inline": [
|
"inline": [
|
||||||
"apt-get -y --allow-releaseinfo-change update",
|
"apt-get -y --allow-releaseinfo-change update",
|
||||||
"apt-get -y dist-upgrade",
|
"apt-get -y dist-upgrade",
|
||||||
"apt-get install -y ansible",
|
"apt-get install -y ansible"
|
||||||
"ansible-galaxy collection install community.general"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -330,11 +330,8 @@
|
|||||||
src: /usr/local/src/nexmon/patches/driver/brcmfmac_6.1.y-nexmon/brcmfmac.ko
|
src: /usr/local/src/nexmon/patches/driver/brcmfmac_6.1.y-nexmon/brcmfmac.ko
|
||||||
dest: /usr/lib/modules/6.1.21-v8+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko
|
dest: /usr/lib/modules/6.1.21-v8+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko
|
||||||
|
|
||||||
- name: Add the brcmfmac module
|
- name : load brcmfmac drivers
|
||||||
community.general.modprobe:
|
command: "/sbin/depmod -A -b -F System.map 6.1.21-v8+"
|
||||||
name: brcmfmac
|
|
||||||
state: present
|
|
||||||
persistent: present
|
|
||||||
|
|
||||||
# To shrink the final image, remove the nexmon directory (takes 2.5G of space) post build and installation
|
# To shrink the final image, remove the nexmon directory (takes 2.5G of space) post build and installation
|
||||||
- name: Delete nexmon content & directory
|
- name: Delete nexmon content & directory
|
||||||
|
Reference in New Issue
Block a user