fix ipkg symlink issue on squashfs
[openwrt.git] / openwrt / target / default / target_skeleton / sbin / ifup
index 6b4a774..72efa69 100755 (executable)
       ${DEBUG:-eval} "udhcpc -i $if -b -p $pidfile &" 
     ;;
     pppoe)
-      username=$(nvram get ppp_username)
-      password=$(nvram get ppp_passwd)
-      redial=$(nvram get ppp_redialperiod)
-      idletime=$(nvram get ppp_idletime)
-      mtu=$(nvram get wan_mtu)
-
-      $DEBUG ifconfig $if 0.0.0.0 up
-
-      $DEBUG /sbin/pppoecd $if -u $username -p $password \
-        -i 0 -I $redial -T $idletime -t $mtu -k
+       # handled by /etc/init.d/S50pppoe
     ;;
     none)
     ;;
This page took 0.023997 seconds and 4 git commands to generate.