projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a105d
)
fix use of uci_set_state in network scripts (thx, netprince)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2008 16:02:50 +0000
(16:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Apr 2008 16:02:50 +0000
(16:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10763
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
d76c4bf
..
7fa1d37
100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-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() {