mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE.
SVN-Revision: 17516
This commit is contained in:
		
							parent
							
								
									1776830e64
								
							
						
					
					
						commit
						7d67818ab1
					
				@ -11,7 +11,6 @@ boot() {
 | 
			
		||||
	setup_switch
 | 
			
		||||
	[ -s /etc/config/wireless ] || \
 | 
			
		||||
		/sbin/wifi detect > /etc/config/wireless
 | 
			
		||||
	ifup -a
 | 
			
		||||
	/sbin/wifi up
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user