mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=WIFI AP6255
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/sbin/modprobe bcmdhd firmware_path=/lib/firmware/fw_bcm43455c0_ag.bin nvram_path=/lib/firmware/nvram_ap6255.txt
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|