forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "mac80211: add new minstrel_ht patches to improve probing on mt76x2" (9861050) Revert "kernel: use bulk free in kfree_skb_list to improve performance" (98b654d) Revert "ramips: add preliminary support for WIO ONE" (085141d) Revert "ramips: add preliminary support for SGE AP-MTKH7-0006 developer board" (b1db6d0) Revert "build: use config.site generated by autoconf-lean, drop hardcoded sitefiles" (363ce43) Revert "toolchain: add autoconf-lean" (fdb30ee) Revert "build: allow overriding the filename on the remote server when downloading" (6fa0e07) Signed-off-by: Felix Fietkau <[email protected]>
- Loading branch information
Showing
37 changed files
with
536 additions
and
2,822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=8 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=8 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=8 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=8 | ||
ac_cv_sizeof_ssize_t=8 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=8 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/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___int64=8 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=8 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=8 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=8 | ||
ac_cv_sizeof_ssize_t=8 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=8 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_ssize_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_ssize_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/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___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_ssize_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/i486 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_ssize_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/i486 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
ac_atomic_add=yes | ||
ac_atomic_sub=yes | ||
ac_cv_c_gettext_without_libintl=yes | ||
ac_cv_c_long_double=no | ||
ac_cv_conv_longlong_to_float=yes | ||
ac_cv_file__dev_zero=yes | ||
ac_cv_func___va_copy=no | ||
ac_cv_func__exit=yes | ||
ac_cv_func_bcopy=yes | ||
ac_cv_func_bzero=yes | ||
ac_cv_func_bcmp=yes | ||
ac_cv_func_creal=yes | ||
ac_cv_func_cimag=yes | ||
ac_cv_func_fchmod=yes | ||
ac_cv_func_getaddrinfo=yes | ||
ac_cv_func_getcwd=yes | ||
ac_cv_func_getdomainname=yes | ||
ac_cv_func_getpgrp_void=yes | ||
ac_cv_func_getpwuid_r=yes | ||
ac_cv_func_gettimeofday=yes | ||
ac_cv_func_index=yes | ||
ac_cv_func_lstat_dereferences_slashed_symlink=yes | ||
ac_cv_func_lstat_empty_string_bug=no | ||
ac_cv_func_lstat=yes | ||
ac_cv_func_malloc_0_nonnull=yes | ||
ac_cv_func_malloc_works=yes | ||
ac_cv_func_memcmp_clean=yes | ||
ac_cv_func_memcmp_working=yes | ||
ac_cv_func_posix_getgrgid_r=yes | ||
ac_cv_func_posix_getpwuid_r=yes | ||
ac_cv_func_psignal=yes | ||
ac_cv_func_pthread_key_delete=yes | ||
ac_cv_func_realloc_0_nonnull=yes | ||
ac_cv_func_realloc_works=yes | ||
ac_cv_func_rename=yes | ||
ac_cv_func_rindex=yes | ||
ac_cv_func_setlocale=yes | ||
ac_cv_func_setgrent_void=yes | ||
ac_cv_func_setpgrp_void=yes | ||
ac_cv_func_setresuid=no | ||
ac_cv_func_setvbuf_reversed=no | ||
ac_cv_func_stat_empty_string_bug=no | ||
ac_cv_func_stat_ignores_trailing_slash=no | ||
ac_cv_func_strerror=yes | ||
ac_cv_func_strftime=yes | ||
ac_cv_func_utimes=yes | ||
ac_cv_func___adjtimex=yes | ||
ac_cv_func_va_copy=no | ||
ac_cv_func_vsnprintf=yes | ||
ac_cv_have_accrights_in_msghdr=no | ||
ac_cv_have_broken_snprintf=no | ||
ac_cv_have_control_in_msghdr=yes | ||
ac_cv_have_decl_sys_siglist=no | ||
ac_cv_have_openpty_ctty_bug=yes | ||
ac_cv_have_space_d_name_in_struct_dirent=yes | ||
ac_cv_header_netinet_sctp_h=no | ||
ac_cv_header_netinet_sctp_uio_h=no | ||
ac_cv_int64_t=yes | ||
ac_cv_lbl_unaligned_fail=no | ||
ac_cv_linux_kernel_pppoe=yes | ||
ac_cv_linux_vers=2 | ||
ac_cv_pack_bitfields_reversed=yes | ||
ac_cv_path_LDCONFIG= | ||
ac_cv_regexec_segfault_emptystr=no | ||
ac_cv_sctp=no | ||
ac_cv_sys_restartable_syscalls=yes | ||
ac_cv_time_r_type=POSIX | ||
ac_cv_type_suseconds_t=yes | ||
ac_cv_uchar=no | ||
ac_cv_uint=yes | ||
ac_cv_uint64_t=yes | ||
ac_cv_ulong=yes | ||
ac_cv_ushort=yes | ||
ac_cv_va_copy=C99 | ||
ac_cv_va_val_copy=yes | ||
as_cv_unaligned_access=yes | ||
ac_cv_func_malloc_0_nonnull=yes | ||
ac_cv_func_realloc_0_nonnull=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/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___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/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___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=4 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=4 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=4 | ||
ac_cv_sizeof_ssize_t=4 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=4 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/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___int64=8 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=8 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=8 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=8 | ||
ac_cv_sizeof_ssize_t=8 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=8 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=8 |
Oops, something went wrong.