unlock linux partition in mount_root
[openwrt-10.03/.git] / target / default / target_skeleton / sbin / ifup
index 6b4a7740be4e689690880f3898c9498461cd6c78..f8e41ce8ce28943a6243f058af08ff6cc7578dd7 100755 (executable)
       idletime=$(nvram get ppp_idletime)
       mtu=$(nvram get wan_mtu)
 
-      $DEBUG ifconfig $if 0.0.0.0 up
+#      handled by /etc/init.d/S50pppoe
+#      $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
+#      $DEBUG /sbin/pppoecd $if -u $username -p $password \
+#        -i 0 -I $redial -T $idletime -t $mtu -k
     ;;
     none)
     ;;