summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-05-07 22:41:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-05-07 22:41:41 +0000
commit0422ba46872590fffebc6f7ee72711946c1c19c4 (patch)
tree258b65f2f2cea94cbb5bebfe279dc864a1de38ea
parent93c9980b9470645061498968f76c861d280adca4 (diff)
downloadmaster-31e0f0ae-0422ba46872590fffebc6f7ee72711946c1c19c4.tar.gz
master-31e0f0ae-0422ba46872590fffebc6f7ee72711946c1c19c4.tar.bz2
master-31e0f0ae-0422ba46872590fffebc6f7ee72711946c1c19c4.zip
ppp: remove stray bracked in ppp-up script, thanks swalker
SVN-Revision: 31647
-rwxr-xr-xpackage/ppp/files/lib/netifd/ppp-up1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ppp/files/lib/netifd/ppp-up b/package/ppp/files/lib/netifd/ppp-up
index ee22151b9f..7329e54ffd 100755
--- a/package/ppp/files/lib/netifd/ppp-up
+++ b/package/ppp/files/lib/netifd/ppp-up
@@ -5,7 +5,6 @@ PPP_IPPARAM="$6"
proto_init_update "$IFNAME" 1 1
proto_set_keep 1
[ -n "$PPP_IPPARAM" ] && {
- [
[ -n "$IPLOCAL" ] && proto_add_ipv4_address "$IPREMOTE" 32
[ -n "$IPREMOTE" ] && proto_add_ipv4_route 0.0.0.0 0 "$IPREMOTE"
[ -n "$LLLOCAL" ] && proto_add_ipv6_address "$LLLOCAL" 128