From 488d168c256a76dc96d05b93affc2a466dac99ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Sep 2009 17:36:01 +0000 Subject: move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp based protocols as well SVN-Revision: 17529 --- package/ppp/files/pppoe.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/ppp/files/pppoe.sh') diff --git a/package/ppp/files/pppoe.sh b/package/ppp/files/pppoe.sh index c0bb515..74f1a85 100644 --- a/package/ppp/files/pppoe.sh +++ b/package/ppp/files/pppoe.sh @@ -10,11 +10,6 @@ setup_interface_pppoe() { /sbin/insmod $module 2>&- >&- done - # make sure the network state references the correct ifname - scan_ppp "$config" - config_get ifname "$config" ifname - set_interface_ifname "$config" "$ifname" - config_get mtu "$config" mtu mtu=${mtu:-1492} start_pppd "$config" \ -- cgit v1.1