From d2adb49a05721d0c29bf37cbecb7d8f32fbed0a6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 Aug 2005 21:49:35 +0000 Subject: [PATCH] fix pppoatm init script SVN-Revision: 1800 --- openwrt/package/ppp/files/ifup.pppoa | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index dc08aa5452..7fac6ccac6 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -10,7 +10,7 @@ type=$1 exit } -for module in slhc ppp_generic pppox pppoatm; do +for module in slhc ppp_generic pppoatm; do /sbin/insmod $module 2>&- >&- done @@ -27,7 +27,6 @@ while :; do MTU=${MTU:-1492} MTU=${MTU:+ mtu $MTU mru $MTU} - ifconfig $IFNAME up /usr/sbin/pppd nodetach \ plugin pppoatm.so ${VPI:-8}.${VCI:-35} \ usepeerdns \ -- 2.25.1