mirror of
				https://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 22:15:49 +00:00 
			
		
		
		
	Generalize and merge uboot-envtools package into uboot-tools package. Remove existing uboot-envtools package. Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| [ -e /etc/fw_sys.config ] && exec /usr/sbin/fw_setenv -c /etc/fw_sys.config "$@"
 |