mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	Revert "mac80211: add new minstrel_ht patches to improve probing on mt76x2" (9861050b85) Revert "kernel: use bulk free in kfree_skb_list to improve performance" (98b654de2e) Revert "ramips: add preliminary support for WIO ONE" (085141dc5b) Revert "ramips: add preliminary support for SGE AP-MTKH7-0006 developer board" (b1db6d0539) Revert "build: use config.site generated by autoconf-lean, drop hardcoded sitefiles" (363ce4329d) Revert "toolchain: add autoconf-lean" (fdb30eed03) Revert "build: allow overriding the filename on the remote server when downloading" (6fa0e07758) Signed-off-by: Felix Fietkau <nbd@nbd.name>
		
			
				
	
	
		
			27 lines
		
	
	
		
			677 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			677 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| . $TOPDIR/include/site/linux
 | |
| ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | |
| ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | |
| 
 | |
| ac_cv_sizeof_char=1
 | |
| ac_cv_sizeof_char_p=8
 | |
| ac_cv_sizeof_double=8
 | |
| ac_cv_sizeof_float=4
 | |
| ac_cv_sizeof_int=4
 | |
| ac_cv_sizeof_long=8
 | |
| ac_cv_sizeof_long_double=16
 | |
| ac_cv_sizeof_long_int=8
 | |
| ac_cv_sizeof_long_long=8
 | |
| ac_cv_sizeof_long_long_int=8
 | |
| ac_cv_sizeof_short=2
 | |
| ac_cv_sizeof_short_int=2
 | |
| ac_cv_sizeof_signed_char=1
 | |
| ac_cv_sizeof_unsigned_char=1
 | |
| ac_cv_sizeof_unsigned_int=4
 | |
| ac_cv_sizeof_unsigned_long=8
 | |
| ac_cv_sizeof_unsigned_long_int=8
 | |
| ac_cv_sizeof_unsigned_long_long_int=8
 | |
| ac_cv_sizeof_unsigned_short=2
 | |
| ac_cv_sizeof_unsigned_short_int=2
 | |
| ac_cv_sizeof_void_p=8
 |