kernel: netsupport: replace insmod by modprobe
Replace insmod by modprobe in TEQL hotplug script Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
This commit is contained in:
		 Manas Sambhus
					Manas Sambhus
				
			
				
					committed by
					
						 Christian Marangi
						Christian Marangi
					
				
			
			
				
	
			
			
			 Christian Marangi
						Christian Marangi
					
				
			
						parent
						
							db0c0a31d8
						
					
				
				
					commit
					4cc7011da0
				
			| @@ -12,7 +12,7 @@ config_get teql $INTERFACE teql | ||||
|  | ||||
| if [ "$teql" != "" ]; then | ||||
|     logger Adding device $DEVICE to TEQL master $teql | ||||
|     insmod sch_teql | ||||
|     modprobe sch_teql | ||||
|     tc qdisc add dev $DEVICE root $teql | ||||
|  | ||||
|     # The kernel doesn't let us bring it up until it has at least one | ||||
|   | ||||
		Reference in New Issue
	
	Block a user