mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
13 lines
264 B
Desktop File
13 lines
264 B
Desktop File
[Unit]
|
|
Description=WIFI AP6255
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=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
|