mir3c/squashfs-root/lib/config_post_ota/ifb_config_post_ota.sh

9 lines
121 B
Bash
Executable File

#!/bin/sh
/sbin/uci -q batch <<EOF >/dev/null
set network.ifb=interface
set network.ifb.ifname=ifb0
commit network
EOF