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": [ "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"
] ]
}, },
{ {

View File

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