1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:39:49 +03:00

*** empty log message ***

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@709 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2005-04-24 05:24:03 +00:00
parent 3c82903ec6
commit 4e6508d7fe
2 changed files with 2 additions and 12 deletions

View File

@ -52,17 +52,7 @@
${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)
# 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
# handled by /etc/init.d/S50pppoe
;;
none)
;;

View File

@ -7,7 +7,7 @@ if [ "$1" != "failsafe" ]; then
mtd unlock linux
mtd erase OpenWrt
jffs2root --move
}
} &
mtd unlock rootfs
mount -o remount,rw /dev/root /
else