mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
make pppoe work automatically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@459 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -58,10 +58,11 @@
|
||||
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)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user