mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Release 2023.07 got tagged wrongly and replaced by follow-up release 2023.07.02. Now using upstream DTS for BPi-R3. Removed two patches which made it upstream, refreshed the rest. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -1070,7 +1070,7 @@ quiet_cmd_pad_cat = CAT     $@
 | |
|  cmd_pad_cat = $(cmd_objcopy) && $(append) || { rm -f $@; false; }
 | |
|  
 | |
|  quiet_cmd_lzma = LZMA    $@
 | |
| -cmd_lzma = lzma -c -z -k -9 $< > $@
 | |
| +cmd_lzma = xz --format=lzma -c -z -k -9 $< > $@
 | |
|  
 | |
|  cfg: u-boot.cfg
 | |
|  
 |