mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
							parent
							
								
									473493c834
								
							
						
					
					
						commit
						6a4edcadc1
					
				@ -44,6 +44,7 @@ list_remove() {
 | 
			
		||||
	val2="${val##* $remove }"
 | 
			
		||||
	[ "$val2" = "$val" ] && return
 | 
			
		||||
	val="${val1## } ${val2%% }"
 | 
			
		||||
	val="${val%% }"
 | 
			
		||||
	eval "export ${NO_EXPORT:+-n} -- \"$var=\$val\""
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -108,7 +109,7 @@ config_clear() {
 | 
			
		||||
	local SECTION="$1"
 | 
			
		||||
	local oldvar
 | 
			
		||||
 | 
			
		||||
	export ${NO_EXPORT:+-n} CONFIG_SECTIONS="$(echo " $CONFIG_SECTIONS " | sed -e "s, $OLD , ,")"
 | 
			
		||||
	list_remove CONFIG_SECTIONS "$SECTION"
 | 
			
		||||
	export ${NO_EXPORT:+-n} CONFIG_SECTIONS="${SECTION:+$CONFIG_SECTIONS}"
 | 
			
		||||
 | 
			
		||||
	for oldvar in `set | grep ^CONFIG_${SECTION:+${SECTION}_} | \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user