projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790d22d
)
small ifup change for pptp
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jul 2005 14:01:59 +0000
(14:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jul 2005 14:01:59 +0000
(14:01 +0000)
SVN-Revision: 1462
openwrt/target/default/target_skeleton/sbin/ifup
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/sbin/ifup
b/openwrt/target/default/target_skeleton/sbin/ifup
index 95bd2107d8d6ee63b73cf7dc8a65346cfeb6eda4..3d81364d0807556acc41081650f3c6fe3fe1f007 100755
(executable)
--- a/
openwrt/target/default/target_skeleton/sbin/ifup
+++ b/
openwrt/target/default/target_skeleton/sbin/ifup
@@
-4,8
+4,9
@@
type=$1
debug "### ifup $type ###"
+if_proto=$(nvram get ${type}_proto)
if=$(nvram get ${type}_ifname)
-[ "${if%%[0-9]}" = "ppp" ] && if=$(nvram get
pppoe
_ifname)
+[ "${if%%[0-9]}" = "ppp" ] && if=$(nvram get
${if_proto}
_ifname)
if_valid $if || exit
mac=$(nvram get ${type}_hwaddr)
@@
-28,7
+29,6
@@
else
${mac:+$DEBUG ifconfig $if down hw ether $mac}
fi
-if_proto=$(nvram get ${type}_proto)
case "$if_proto" in
static)
ip=$(nvram get ${type}_ipaddr)