169f90bc1a
new package to address bnc#904025 OBS-URL: https://build.opensuse.org/request/show/263517 OBS-URL: https://build.opensuse.org/package/show/hardware/pullin-bcm43xx-firmware?expand=0&rev=1
4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/sh
|
|
test -e /lib/firmware/b43/ucode11.fw && exit 0
|
|
exec /usr/sbin/install_bcm43xx_firmware
|