fix use of uci_set_state in network scripts (thx, netprince)
SVN-Revision: 10763
This commit is contained in:
parent
4a85d8edac
commit
3c94156b28
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ set_interface_ifname() {
|
|||
local ifname="$2"
|
||||
|
||||
config_get device "$1" device
|
||||
uci_set_state "network.$config.ifname=$ifname"
|
||||
uci_set_state "network.$config.device=$device"
|
||||
uci_set_state network "$config" ifname "$ifname"
|
||||
uci_set_state network "$config" device "$device"
|
||||
}
|
||||
|
||||
setup_interface() {
|
||||
|
|
Loading…
Reference in a new issue