mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| . /etc/functions.sh
 | |
| cmdline="$(cat /proc/cmdline)"
 | |
| kernel="$(find_mtd_part kernel)"
 | |
| kexec -l $kernel --command-line=$cmdline
 |