Delete target/linux/rockchip/armv8/base-files/etc/uci-defaults directory

This commit is contained in:
骷髅头 2022-11-23 11:28:49 +08:00 committed by GitHub
parent 0163546e82
commit d7f9069a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set network.globals.packet_steering=1
commit network
EOF
exit 0