projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes variables, oops
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
network
/
config.sh
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
52e50b1
..
dfee674
100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-143,7
+143,7
@@
set_interface_ifname() {
}
setup_interface_none() {
- env -i ACTION="ifup" INTERFACE="$
config" DEVICE="$iface
" PROTO=none /sbin/hotplug-call "iface" &
+ env -i ACTION="ifup" INTERFACE="$
2" DEVICE="$1
" PROTO=none /sbin/hotplug-call "iface" &
}
setup_interface_static() {
This page took
0.020624 seconds
and
4
git commands to generate.