mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh /etc/rc.common
 | |
| # Copyright (C) 2013 OpenWrt.org
 | |
| 
 | |
| START=20
 | |
| USE_PROCD=1
 | |
| 
 | |
| start_service()
 | |
| {
 | |
| 	procd_open_instance
 | |
| 	procd_set_param command "/sbin/usbmode" -s
 | |
| 	procd_close_instance
 | |
| }
 |