update 3rd party

This commit is contained in:
wangyu-
2018-01-11 17:38:01 -06:00
parent 7fe8321082
commit b0613e5b9b
14 changed files with 335 additions and 78 deletions

View File

@@ -8,11 +8,9 @@ uci -q batch <<-EOF >/dev/null
EOF
general=$(uci -q get udp2raw.@general[-1])
if [ -z "$general" ]; then
uci -q add udp2raw general
fi
if [ ."$general" != ."general" ]; then
uci -q batch <<-EOF >/dev/null
rename udp2raw.@general[-1]="general"