brentr
brentr
The -S option takes an optional numeric suffix to override the TCP_KEEPIDLE timeout. If combined with -K, the TCP_KEEPIDLE is set to 3*the SSH keep alive time The intent is...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
In version 1.2.0, the sf_open_fd() function will close the file descriptor passed into it even if close_desc is false. I believe the intent was to avoid leaking file descriptors, but...
This patch allows for building wireguard into the 3.18.140 kernel with gcc-4.1.2 targeting an ARMv5 without an FPU -Wframe-larger-than is not recognized by older compilers -O3 probably would work fine,...
Hi, Considering switching to Rust for microcontrollers in this project: http://mbari.org/esp What would be involved in adding support for the STM32L1xx series of microcontrollers? (The STM32L152 in particular) Would this...
Is there any plan to add basic support for media keyboard keys like pause/stop/play/next/previous? I'd be interested in adding this if you have no immediate plans to do so.
First line of Makefile is: obj-$(CONFIG_RTL8XXXU) += rtwifi.o However, usually the kernel we're building against does not (yet) have RTL8XXXU support. Resulting in nothing being built. Fix is to change...
Build following instructions in BUILDING.md with: **cd libjxl mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF ..** -- The C compiler identification is GNU 10.2.1 -- The CXX compiler identification is...
The AP mode was broken some time ago by this code in include/dry_types.h In file "/home/brent/git/rtl8723bu/872452_drv_types.h": ------------------------------ ``` #ifndef STATION_INFO_SIGNAL #define STATION_INFO_SIGNAL BIT(NL80211_STA_INFO_SIGNAL) #endif #ifndef STATION_INFO_TX_PACKETS #define STATION_INFO_TX_PACKETS BIT(NL80211_STA_INFO_TX_PACKETS) #endif...
### Task description - [x] Move RockPI-S to u-boot v2024.10 - [x] Move Rock S0 to u-boot v2024.10 - [x] Create new BOOT_SCENARIO value of "binman" to avoid lots of...