projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add fprobe-ulog package
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
sbin
/
ifdown
diff --git
a/obsolete-buildroot/sources/openwrt/root/sbin/ifdown
b/obsolete-buildroot/sources/openwrt/root/sbin/ifdown
index
4c7e982
..
e59e057
100755
(executable)
--- a/
obsolete-buildroot/sources/openwrt/root/sbin/ifdown
+++ b/
obsolete-buildroot/sources/openwrt/root/sbin/ifdown
@@
-2,7
+2,7
@@
. /etc/functions.sh
type=$1
debug "### ifdown $type ###"
- if=$(nvram
_
get ${type}_ifname)
+ if=$(nvram
get ${type}_ifname)
if_valid $if || return
kill $(cat /var/run/${if}.pid 2>&-) 2>&-
$DEBUG ifconfig $if down
This page took
0.018851 seconds
and
4
git commands to generate.