Files
wlan-ap/feeds/ipq95xx/ipq53xx/base-files/etc/init.d/ath12k
John Crispin b85b388eb5 ipq95xx: make the ucentral-schema data model work
Signed-off-by: John Crispin <john@phrozen.org>
2024-03-04 14:57:58 +01:00

10 lines
129 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=98
boot() {
rm /etc/config/wireless
wifi config
cp /etc/config/wireless /etc/config-shadow
}