projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f6a53
)
base-file: revert unrelated change accidentally committed in r19478
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 1 Feb 2010 02:00:57 +0000
(
02:00
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 1 Feb 2010 02:00:57 +0000
(
02:00
+0000)
SVN-Revision: 19488
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 6337643779ba929cce5182fb812d6b8eed96e0d9..12b08a29ff49bb2fa7a5ca2a9145d4c1f45d0ea6 100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-161,10
+161,6
@@
setup_interface_none() {
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
}
-stop_interface_none() {
- env -i ACTION="ifdown" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
-}
-
setup_interface_static() {
local iface="$1"
local config="$2"