mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	The sizes of the ipk changed on MIPS 24Kc like this: 11248 libcap_2.51-1_mips_24kc.ipk 14461 libcap_2.63-1_mips_24kc.ipk 18864 libcap-bin_2.51-1_mips_24kc.ipk 20576 libcap-bin_2.63-1_mips_24kc.ipk Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -17,7 +17,6 @@ ifeq ($(GOLANG),yes)
 | |
|  	$(MAKE) -C go $@
 | |
|  	rm -f cap/go.sum
 | |
|  endif
 | |
| -	$(MAKE) -C tests $@
 | |
|  	$(MAKE) -C progs $@
 | |
|  	$(MAKE) -C doc $@
 | |
|  
 |