Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-27 11:17:08 +02:00
parent b7a34c44a0
commit 4860f1da15
2 changed files with 3 additions and 7 deletions

View File

@ -105,8 +105,7 @@
"inline": [
"apt-get -y --allow-releaseinfo-change update",
"apt-get -y dist-upgrade",
"apt-get install -y ansible",
"ansible-galaxy collection install community.general"
"apt-get install -y ansible"
]
},
{

View File

@ -330,11 +330,8 @@
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
- name: Add the brcmfmac module
community.general.modprobe:
name: brcmfmac
state: present
persistent: present
- name : load brcmfmac drivers
command: "/sbin/depmod -A -b -F System.map 6.1.21-v8+"
# To shrink the final image, remove the nexmon directory (takes 2.5G of space) post build and installation
- name: Delete nexmon content & directory