Daniel Golle
Daniel Golle
This series adds basic support for the Adtran SmartRG [SDG 8700 Series](https://www.adtran.com/en/products-and-services/residential-solutions/mesh-wi-fi-gateways-and-satellites/service-delivery-gateways/sdg-8700-series). Common specifications: * Mediatek MT7988A (4x Cortex-A73, up to 1.8 GHz clock speed) * 8 GiB eMMC *...
Use `scripts/kernel_bump.sh` to bump kernel version for the airoha target to Linux 6.6. Also refresh config and added `KERNEL_TESTING_PATCHVER`.
- Make step_wise thermal governor respect hysteresis This is done by importing a downstream patch, backporting the same feature now present in Linux v6.10+ would be too messy. - Introduce...
I'm trying your drive on MT7628AN (MIPS24KEc, little-endian) running OpenWrt master. Somehow the pixel order is wrong. When I write 16 bytes to /dev/fb0 I'd expect that being the first...
The Linksys E8450 aka. Belkin RT3200 suffers from a hard-to-catch issue with unreliable writes to the SPI-NAND flash which is attached via the SNFI interface (ie. using SoC BCH engine...
Make sure initramfs images are built including the Airoha PHY driver and firmware. Fixes initramfs generated by buildbots for the OpenWrt One as well as the BananaPi BPi-R3 mini. Do...
Failsafe mode requires setting up a network interface for incoming SSH to work. Select LAN interface (lan0 on BPi-R2 Pro, single LAN port on all other devices) and set MAC...
Please see https://downloads.openwrt.org/snapshots/faillogs/aarch64_cortex-a53/packages/rtpmidid/compile.txt I've tried fixing that by doing this: ```diff diff --git a/include/rtpmidid/iobytes.hpp b/include/rtpmidid/iobytes.hpp index 8d9d4ad..88fa1eb 100644 --- a/include/rtpmidid/iobytes.hpp +++ b/include/rtpmidid/iobytes.hpp @@ -20,6 +20,7 @@ #pragma once #include "./exceptions.hpp"...
Expose Kernel's CONFIG_MPTCP option and enable it by default for !SMALL_FLASH targets.
Maintainer: me Compile tested: aarch64/cortex-a53 Run tested: - Description: This reverts commit 3dbefd299a754f09d38db85fdfbbea36870f7d40. openwrt/openwrt@72accd078f fixes the actual issue of 'flex' not working unless the M4 environment variable is set, which...