#!/bin/sh /etc/rc.common

STOP=60

stop() {
	. /lib/functions.sh

	case $(board_name) in
		hiwifi,c526a|\
		hiwifi,c526a-128m)
			rmmod mt7615e
			;;
	esac
}
