mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
9 lines
77 B
Bash
Executable File
9 lines
77 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=11
|
|
|
|
boot() {
|
|
sleep 5
|
|
modprobe ath11k_ahb
|
|
}
|