mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
40de54b406
commit
37b6ab1a74
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
[ -n "${DEVPATH}" ] || exit
|
[ -n "${DEVPATH}" ] || exit
|
||||||
|
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
uci set openmptcprouter.settings.disableintfrename=1
|
|
||||||
|
|
||||||
_set_intf_name() {
|
_set_intf_name() {
|
||||||
local intfname=$1
|
local intfname=$1
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
uci set openmptcprouter.settings.disableintfrename=1
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete ucitrack.@openmptcprouter[-1]
|
delete ucitrack.@openmptcprouter[-1]
|
||||||
add ucitrack openmptcprouter
|
add ucitrack openmptcprouter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue