谢谢回复,我也的确是这么做的,现在分享出来:
修改 /sbin/wifi文件
case "$1" in
down) wifi_updown "disable" "$2"
reg w 0x10000064 0x552;;
detect) wifi_detect "$2";;
status) ubus_wifi_cmd "status" "$2";;
reload) wifi_reload "$2";;
reload_legacy) wifi_reload_legacy "$2";;
--help|help) usage;;
*) ubus call network reload; wifi_updown "enable" "$2"
reg w 0x10000064 0x550;;
esac