lede/target/linux/ipq40xx/base-files/etc/init.d/mt7615_reboot
2021-06-19 08:32:38 +00:00

14 lines
136 B
Bash
Executable File

#!/bin/sh /etc/rc.common
STOP=60
stop() {
. /lib/functions.sh
case $(board_name) in
hiwifi,c526a)
rmmod mt7615e
;;
esac
}