-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from coolsnowwolf:master #1129
base: master
Are you sure you want to change the base?
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7936792 - Browse repository at this point
Copy the full SHA 7936792View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3bc57d - Browse repository at this point
Copy the full SHA d3bc57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a66cf5f - Browse repository at this point
Copy the full SHA a66cf5fView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6c9d54 - Browse repository at this point
Copy the full SHA a6c9d54View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c35bad3 - Browse repository at this point
Copy the full SHA c35bad3View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6da3083 - Browse repository at this point
Copy the full SHA 6da3083View commit details
Commits on Aug 21, 2024
-
package: add kmod-r8101 ethernet driver
r8101 is an out of tree driver provided by Realtek for RTL8101 devices. Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ba4b04 - Browse repository at this point
Copy the full SHA 1ba4b04View commit details -
package: add kmod-r8168 ethernet driver
r8168 is an out of tree driver provided by Realtek for RTL8168 devices. Signed-off-by: Álvaro Fernández Rojas <[email protected]> [Refresh our patch] Signed-off-by: AnYun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0061cb8 - Browse repository at this point
Copy the full SHA 0061cb8View commit details -
package: add kmod-r8125 ethernet driver
r8125 is an out of tree driver provided by Realtek for RTL8125 devices. Signed-off-by: Álvaro Fernández Rojas <[email protected]> [Refresh our patch, disable aspm] Signed-off-by: AnYun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b53ecbb - Browse repository at this point
Copy the full SHA b53ecbbView commit details -
package: add kmod-r8126 ethernet driver
r8126 is an out of tree driver provided by Realtek for RTL8126 devices. Signed-off-by: Álvaro Fernández Rojas <[email protected]> [Refresh our patch, disable aspm] Signed-off-by: AnYun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68ec0da - Browse repository at this point
Copy the full SHA 68ec0daView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12641b1 - Browse repository at this point
Copy the full SHA 12641b1View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd25a03 - Browse repository at this point
Copy the full SHA fd25a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166b4bd - Browse repository at this point
Copy the full SHA 166b4bdView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d856657 - Browse repository at this point
Copy the full SHA d856657View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6149067 - Browse repository at this point
Copy the full SHA 6149067View commit details
Commits on Aug 26, 2024
-
rockchip: add basic support for RK3528(A)
RK3528 is a cost down SoC with high CPU performance. However, it has poor PCIe performance (same for RK3576). Also CPU 0/1 can't get any rest due to rkbin limitation. Some code references: https://github.com/warpme/minimyth2
Configuration menu - View commit details
-
Copy full SHA for be32bce - Browse repository at this point
Copy the full SHA be32bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c15bad - Browse repository at this point
Copy the full SHA 6c15badView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f9d051 - Browse repository at this point
Copy the full SHA 4f9d051View commit details -
mt76: Add firmware files into mt7925 package
The firmware binaries were missing in kmod-mt7925-firmware package. There was a typo done for mt7925e and mt7925u in the KernelPackage definitions, which caused the system to load the wrong kernel modules. Signed-off-by: Daniel Pawlik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fdd47a - Browse repository at this point
Copy the full SHA 2fdd47aView commit details
Commits on Aug 28, 2024
-
generic: 6.6: add Winbond W25N01KV support
It seems that some Xiaomi AX3000T boards changed to using Winbond W25N01KV SPI-NAND which is not supported in OpenWrt nor upstream kernel. So, add a pending patch to support it as upstream supports rest of the KV revision models. Signed-off-by: Robert Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e637c9 - Browse repository at this point
Copy the full SHA 3e637c9View commit details
Commits on Aug 29, 2024
-
rockchip: backport 6.11 rk3568 gpufreq fix
Some cost down devices require this fixes.
Configuration menu - View commit details
-
Copy full SHA for 3c9bacd - Browse repository at this point
Copy the full SHA 3c9bacdView commit details
Commits on Aug 30, 2024
-
kernel: rtl8367b: remove rlvid analysis
Remove the rlvid analysis because for the rtl8367b family chips supported by the driver (rtl8367rb and rtl8367r-vb), rlvid is always equal to 1. So the code for rlvid equal to 0 is completely unnecessary. Signed-off-by: Mieczyslaw Nalewaj <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09375a2 - Browse repository at this point
Copy the full SHA 09375a2View commit details
Commits on Aug 31, 2024
-
generic: filter out CONFIG_FRAME_WARN
CONFIG_FRAME_WARN value is set by config/Config-kernel.in based on the target type dynamically since commit: 16a2051 ("kernel: Set CONFIG_FRAME_WARN depending on target"). However, CONFIG_FRAME_WARN was not set to get filtered out so it ended up in multiple target configs during refreshes. So, lets filter out CONFIG_FRAME_WARN as its set dynamically to prevent it ending up in more target configs. Signed-off-by: Robert Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 740b33d - Browse repository at this point
Copy the full SHA 740b33dView commit details
Commits on Sep 1, 2024
-
generic: 6.x: add missing DCB symbols
Disables Data Center Bridging support for some network drivers by default to avoid compilation errors when CONFIG_DCB is enabled. Signed-off-by: Til Kaiser <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b3297e - Browse repository at this point
Copy the full SHA 7b3297eView commit details
Commits on Sep 2, 2024
-
kernel: usb: remove deprecated option
The Kconfig option 'CONFIG_USB_XHCI_HCD_DEBUGGING' has been removed with the following commit upstream in the Linux kernel. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b2497509df002e9a09c8550cd0ecd2f77c9640d8 This Kconfig option is therefore no longer valid for the kernel version 5.4 and could be removed. Signed-off-by: Florian Eckert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68828f1 - Browse repository at this point
Copy the full SHA 68828f1View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0736e2f - Browse repository at this point
Copy the full SHA 0736e2fView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ed955a - Browse repository at this point
Copy the full SHA 9ed955aView commit details
Commits on Sep 5, 2024
-
generic: 6.6: backport upstream RealTek PHY patches
Replace downstream RealTek PHY patches with backported ones. Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbe8198 - Browse repository at this point
Copy the full SHA bbe8198View commit details
Commits on Sep 6, 2024
-
generic: 6.6: backport realtek phy patches from 6.11
- add support for rtl8224 2.5Gbps PHY - add support for PHY LEDs on RTL8211F Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92ccb72 - Browse repository at this point
Copy the full SHA 92ccb72View commit details
Commits on Sep 7, 2024
-
generic: 6.6: backport upstream Realtek PHY patch
- Fix setting of PHY LEDs Mode B bit on RTL8211F. - Rename pending Realtek PHY patches. Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 821b80c - Browse repository at this point
Copy the full SHA 821b80cView commit details
Commits on Sep 8, 2024
-
generic: 6.6: backport upstream r8169 patches
- improve RTL8411b phy-down fixup - remove not needed check in rtl_fw_write_firmware - remove multicast filter limit - improve handling task scheduling - simplify EEE handling - simplify code by using core-provided pcpu stats allocation - add generic rtl_set_eee_txidle_timer function - support setting the EEE tx idle timer on RTL8168h - add support for returning tx_lpi_timer in ethtool get_eee - annotate writes on dev->mtu from ndo_change_mtu() - disable interrupt source RxOverflow - remove detection of chip version 11 (early RTL8168b) Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8327321 - Browse repository at this point
Copy the full SHA 8327321View commit details
Commits on Sep 9, 2024
-
mediatek: fix wed use-after-free kernel panic
Fix a use-after-free bug in mtk_wed_setup_tc_block_cb() which leads to kernel panic when setup multiple ap interfaces on one band of mt798x. Signed-off-by: Zheng Zhang <[email protected]> Signed-off-by: Robert Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c35082 - Browse repository at this point
Copy the full SHA 0c35082View commit details
Commits on Sep 10, 2024
-
rockchip: improve some rk3528 devices support
- Fixes reboot issues with radxa e20c - Enable ssd1306 for mangopi-m28k pro
Configuration menu - View commit details
-
Copy full SHA for eb08cc8 - Browse repository at this point
Copy the full SHA eb08cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcac06 - Browse repository at this point
Copy the full SHA 9fcac06View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95c79b7 - Browse repository at this point
Copy the full SHA 95c79b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c95be - Browse repository at this point
Copy the full SHA c9c95beView commit details
Commits on Sep 12, 2024
-
kernel: bump 6.6 to 6.6.50 (#16351)
All patch automatically rebased. Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5302650 - Browse repository at this point
Copy the full SHA 5302650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49910e1 - Browse repository at this point
Copy the full SHA 49910e1View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 136890c - Browse repository at this point
Copy the full SHA 136890cView commit details
Commits on Sep 14, 2024
-
ipset: include libgen.h for basename
musl dropped the GNU version of basename prototype from string.h in 1.2.5. Signed-off-by: Chuanhong Guo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d659cd - Browse repository at this point
Copy the full SHA 6d659cdView commit details -
release notes: 7.21: https://www.spinics.net/lists/netfilter-devel/msg85299.html 7.20: https://www.spinics.net/lists/netfilter-devel/msg85120.html 7.19: https://www.spinics.net/lists/netfilter-devel/msg82985.html Signed-off-by: Chuanhong Guo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcb074e - Browse repository at this point
Copy the full SHA dcb074eView commit details
Commits on Sep 15, 2024
-
OpenSSL 3.0.15 is a security patch release. The most severe CVE fixed in this release is Moderate. This release incorporates the following bug fixes and mitigations: * Fixed possible denial of service in X.509 name checks (CVE-2024-6119) * Fixed possible buffer overread in SSL_select_next_proto() (CVE-2024-5535) Added github releases url as source mirror Signed-off-by: Ivan Pavlov <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a45c291 - Browse repository at this point
Copy the full SHA a45c291View commit details -
Fixes: #12465 This is closed source, no need.
Configuration menu - View commit details
-
Copy full SHA for a3ca5c6 - Browse repository at this point
Copy the full SHA a3ca5c6View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3aad94c - Browse repository at this point
Copy the full SHA 3aad94cView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98e2f0b - Browse repository at this point
Copy the full SHA 98e2f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad2021 - Browse repository at this point
Copy the full SHA 2ad2021View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8ed6a - Browse repository at this point
Copy the full SHA dc8ed6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d4a09 - Browse repository at this point
Copy the full SHA 92d4a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53661b6 - Browse repository at this point
Copy the full SHA 53661b6View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa54bfe - Browse repository at this point
Copy the full SHA fa54bfeView commit details -
kernel: bump 6.6 to 6.6.51 (#16370)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.51 All other patches automatically rebased. Signed-off-by: John Audia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6da4057 - Browse repository at this point
Copy the full SHA 6da4057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 718ac37 - Browse repository at this point
Copy the full SHA 718ac37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc4208 - Browse repository at this point
Copy the full SHA 6dc4208View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 801f345 - Browse repository at this point
Copy the full SHA 801f345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea6cb7 - Browse repository at this point
Copy the full SHA 5ea6cb7View commit details
Commits on Sep 22, 2024
-
package: busybox: disable mips16 on hard-float
The busybox built with mips16 enabled has broken seq command. Disassembling shows that the call to hard-float strtod in mips16 code is generated without the __call_stub_fp. As a result, strtod returns the result in float point registers while the calling mips16 code expect the result in v0/v1. Disable mips16 on hard-float targets for now. The built .ipk goes from 213316 bytes to 251419 bytes. Signed-off-by: Chuanhong Guo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5d881f - Browse repository at this point
Copy the full SHA a5d881fView commit details -
siflower: new target for Siflower SF19A2890
Siflower SF19A2890 is an SoC with: Dual-core MIPS InterAptiv at 800MHz DDR3 controller One Gigabit Ethernet MAC with RGMII and IPv4 HNAT engine Built-in 2x2 11N + 2x2 11AC WiFi radio USB 2.0 OTG I2C/SPI/GPIO and various other peripherals This adds support for SF19A2890 EVB with ethernet support. EVB spec: Memory: DDR3 128M Ethernet: RTL8367RB 5-port gigabit switch Flash: 16M NOR Others: MicroUSB OTG, LED x 1, Reset button x1 The built image can be flashed using u-boot recovery. This target is marked as source-only until support for a commercial router board comes. Signed-off-by: Chuanhong Guo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dc62d9 - Browse repository at this point
Copy the full SHA 0dc62d9View commit details
Commits on Sep 23, 2024
-
linux-firmware: Update to version 20240909
Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9013183 - Browse repository at this point
Copy the full SHA 9013183View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d47eba - Browse repository at this point
Copy the full SHA 3d47ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for af52768 - Browse repository at this point
Copy the full SHA af52768View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 297d4ad - Browse repository at this point
Copy the full SHA 297d4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75453b - Browse repository at this point
Copy the full SHA a75453bView commit details
Commits on Sep 26, 2024
-
kernel: modules: add irq support for pca953x
Enable interrupt controller support for PCA953x kernel module Signed-off-by: Oskari Lemmela <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ca5e85 - Browse repository at this point
Copy the full SHA 6ca5e85View commit details -
kernel: netdevices: add phy modules
Add support for building multiple phy drivers as kernel modules Signed-off-by: Oskari Lemmela <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d51d447 - Browse repository at this point
Copy the full SHA d51d447View commit details -
kernel: netdevices: add leds support
Compile LED support to swconfig and phy modules Signed-off-by: Oskari Lemmela <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42d626f - Browse repository at this point
Copy the full SHA 42d626fView commit details
Commits on Sep 27, 2024
-
kernel: netdevices: add dsa support
Add support for building DSA switch drivers as kernel modules. Signed-off-by: Oskari Lemmela <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91b20ea - Browse repository at this point
Copy the full SHA 91b20eaView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02f9363 - Browse repository at this point
Copy the full SHA 02f9363View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55b08d2 - Browse repository at this point
Copy the full SHA 55b08d2View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fac34a2 - Browse repository at this point
Copy the full SHA fac34a2View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a1b7da - Browse repository at this point
Copy the full SHA 1a1b7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ebc2c - Browse repository at this point
Copy the full SHA d1ebc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b99d532 - Browse repository at this point
Copy the full SHA b99d532View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c54f495 - Browse repository at this point
Copy the full SHA c54f495View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af37c0f - Browse repository at this point
Copy the full SHA af37c0fView commit details
Commits on Oct 4, 2024
-
x86: generic: 6.6: refresh config
Add CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y which was introduced back in April of this year[1] 1. torvalds/linux@ce0abef Signed-off-by: John Audia <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff581ad - Browse repository at this point
Copy the full SHA ff581adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df0b2d - Browse repository at this point
Copy the full SHA 6df0b2dView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a4a925 - Browse repository at this point
Copy the full SHA 9a4a925View commit details
Commits on Oct 8, 2024
-
mediatek: add support for OpenEmbed SOM7981 (#12524)
* kernel: crypto: add atmel i2c hw accelerator support Signed-off-by: Tianling Shen <[email protected]> * kernel: add led act/polarity select for rtl8221 phy Signed-off-by: Tianling Shen <[email protected]> * mediatek: add support for OpenEmbed SOM7981 Hardware specification: SoC: MediaTek MT7981B 2x A53 Flash: 256 MiB SPI-NAND RAM: 0.5/1 GB DDR4 Ethernet: 1x 1GbE, 1x 2.5GbE (RTL8221B) WiFi: MediaTek MT7976C USB: 1x M.2 B-Key GPIO: 26-Pin header UART: 6 GND, 8 TX, 10 RX (in Pin header) Button: Reset Installation: The board comes with a third-party custom OpenWrt image, you can upload sysupgrade image via LuCI directly WITHOUT keeping configurations. Or power on the board with pressing reset button for 5 second, then visit http://192.168.1.1 and upload -factory.bin firmware. Signed-off-by: Tianling Shen <[email protected]> --------- Signed-off-by: Tianling Shen <[email protected]> Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8061c8b - Browse repository at this point
Copy the full SHA 8061c8bView commit details
Commits on Oct 9, 2024
-
generic: mtd: winbond: more serial NAND flash types
Add support for W25N01JW, W25N02JWZEIF, W25N512GW, W25N02KWZEIR and W25N01GWZEIG. Add support for W25N04KV. Signed-off-by: Mieczyslaw Nalewaj <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57abb30 - Browse repository at this point
Copy the full SHA 57abb30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8d694 - Browse repository at this point
Copy the full SHA 1c8d694View commit details
Commits on Oct 11, 2024
-
generic: 6.6: backport pending fix for Aquantia PHY LEDs
The 'active-low' property was not applied correctly and two fixes are required to make inverted LEDs work as expected. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d6568c - Browse repository at this point
Copy the full SHA 2d6568cView commit details
Commits on Oct 12, 2024
-
generic: 5.15: add Winbond W25N01KV support
It seems that some Xiaomi AX3000T boards changed to using Winbond W25N01KV SPI-NAND which is not supported in OpenWrt 23.05 but only in main. Signed-off-by: Robert Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b75ecd - Browse repository at this point
Copy the full SHA 0b75ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecaf840 - Browse repository at this point
Copy the full SHA ecaf840View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f4efb6 - Browse repository at this point
Copy the full SHA 3f4efb6View commit details
Commits on Oct 14, 2024
-
kernel: rtl8367b: store chip in smi->rtl8367b_chip
Store the chip type in smi->rtl8367b_chip, fix #12537 Signed-off-by: Mieczyslaw Nalewaj <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3396735 - Browse repository at this point
Copy the full SHA 3396735View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f77bbc - Browse repository at this point
Copy the full SHA 4f77bbcView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd1b694 - Browse repository at this point
Copy the full SHA fd1b694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bbc6f - Browse repository at this point
Copy the full SHA 21bbc6fView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68e1f16 - Browse repository at this point
Copy the full SHA 68e1f16View commit details -
base-files: add 'isup' to the wifi script
This is a silent command that allows easy wifi up/down automation for scripts. It takes one or multiple devices as arguments (or all if none are passed), and the exit code indicates if any of those is not up. E.g.: wifi isup && echo "all wifi devices are up" wifi isup radio0 || echo "this wifi is down" Signed-off-by: Andre Heider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6243f2 - Browse repository at this point
Copy the full SHA f6243f2View commit details -
base-files: allow ignoring minor compat-version check
Downstream projects might re-generate device-specific configuration based on OpenWrt's defaults on each upgrade, thus being unaffected by forward- as well as backwards-breaking configuration. Add a new sysupgrade parameter, which allows sysupgrades between minor compat-versions. Upgrades will still fail upon mismatching major compat versions. Signed-off-by: David Bauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1af9ce7 - Browse repository at this point
Copy the full SHA 1af9ce7View commit details -
base-files: enable BPF JIT kallsyms by default
Set net.core.bpf_jit_kallsyms=1 in /etc/sysctl.d/10-default.conf. For privileged users, this exports addresses of JIT-compiled programs to appear in /proc/kallsyms when present, allowing their use for debugging and in traces. Signed-off-by: Tony Ambardar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da4a165 - Browse repository at this point
Copy the full SHA da4a165View commit details -
/etc/syslog.conf is used by sysklogd, and /etc/crontabs is used by crond, both features of busybox. Given this, ownership for these files should be bound to busybox, especially if one day there's a way to do an in-place opkg update of busybox. There's also the busybox provided syslogd which uses this file if CONFIG_BUSYBOX_FEATURE_SYSLOGD_CFG is set. Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1172e4c - Browse repository at this point
Copy the full SHA 1172e4cView commit details -
base-files: support parse DT LED color and function
The 'label' property in led node has been deprecated and we'd better to avoid using it. This patch allows us to extract DT OF LED name from the newly introduced LED properties "color", "function" and "function-enumerator". Signed-off-by: Shiji Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4b597b - Browse repository at this point
Copy the full SHA a4b597bView commit details -
base-files: fix merge of passwd/shadow/group lines with trailing colons
Empty trailing fields get lost when the lines are split and merged again at colons, resulting in unparsable entries. Only use the split fields for matching against the other file, but emit the original line unchanged to fix the issue. Fixes: de7ca7d ("base-files: merge /etc/passwd et al at sysupgrade config restore") Signed-off-by: Matthias Schiffer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75663fd - Browse repository at this point
Copy the full SHA 75663fdView commit details -
failsafe: run on all consoles listed in /proc/cmdline
On x86, when both CONFIG_GRUB_CONSOLE and CONFIG_GRUB_SERIAL are set (as they are by default), the kernel command line will have two console= entries, such as console=tty0 console=ttyS0,115200n8 Failsafe was only running a shell on the first defined console, the VGA console. This is a problem for devices like apu2, where there is only a serial console and it appears on ttyS0. Moreover, the console prompt to enter failsafe during boot was delivered to, and its input read from, the last console= on the kernel command line. So while the failsafe shell was on the first defined console, only the last defined console could be used to enter failsafe during boot. In contrast, the x86 bootloader (GRUB) operates on both the serial console and the VGA console by virtue of "terminal_{input,output} console serial". GRUB also provided an alternate means to enter failsafe from either console. The presence of two console= kernel command line parameters causes kernel messages to be delivered to both. Under normal operation (not failsafe), procd runs login in accordance with inittab, which on x86 specifies ttyS0, hvc0, and tty1, allowing login through any of serial, hypervisor, or VGA console. Thus, serial access was consistently available on x86 devices with serial consoles under normal operation, except for shell access in failsafe mode (without editing the kernel command line). By presenting the failsafe prompt, reading failsafe prompt input, and running failsafe shells on all consoles listed in /proc/cmdline, failsafe mode will work correctly on devices with a serial console (like apu2), and the same image without any need for reconfiguration can be shared by devices with the more traditional (for x86) VGA console. This improvement should benefit any system with multiple console= arguments, including x86 and bcm27xx (Raspberry Pi). Signed-off-by: Mark Mentovai <mark at moxienet.com>
Configuration menu - View commit details
-
Copy full SHA for a4c100d - Browse repository at this point
Copy the full SHA a4c100dView commit details -
base-files: LED/gpio: Ensure inverted is read as a boolean
The sysfs interface for the GPIO takes a boolean value. Ensure we get one from uci. Signed-off-by: Olliver Schinagl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf0d45e - Browse repository at this point
Copy the full SHA cf0d45eView commit details -
base-files: LED/trigger/heartbeat: Add support for inversion
The heartbeat trigger has the option to be inverted, however openwrt/uci/luci have no way to set this. This patch adds this support. Signed-off-by: Olliver Schinagl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f7e660 - Browse repository at this point
Copy the full SHA 8f7e660View commit details -
base-files: add support for heartbeat led trigger
This patch adds support for creation heartbeat led trigger with, for example, this command: ucidef_set_led_heartbeat "..." "..." "..." from /etc/board.d/01_leds. Signed-off-by: Alexey Smirnov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98b97c5 - Browse repository at this point
Copy the full SHA 98b97c5View commit details -
base-files: add wrapper for procd service list command
A service managed by procd does have a json object with usefull information. This information could by dumped with the following command. ubus call service list "{ 'verbose':true, 'name': '<service-name>)'". }" This line is long and complicated to enter. This commit adds a wrapper call to the procd service section tool to simplify the input and get the output faster. We could now enter the command /etc/initd/<service> info to get the info faster. Signed-off-by: Florian Eckert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b498e0a - Browse repository at this point
Copy the full SHA b498e0aView commit details -
base-files: fix service_running check
The following command checks if a instance of a service is running. /etc/init.d/<service> running <instance> In the variable `$@`, which is passed to the function `service_running`, the first argument is always the `instance` which should be checked. Because all other variables where removed from `$@` with `shift`. Before this change the first argument of `$@` was set to the `$service` Variable. So the function does not work as expected. The `$service` variable was always the instance which should be checked. This is not what we want. Signed-off-by: Florian Eckert <[email protected]> Reviewed-by: Sungbo Eo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd8d349 - Browse repository at this point
Copy the full SHA bd8d349View commit details -
base-files: fix enabled for services with only STOP
There are services that have only STOP value set. They are executed only on shutdown and it is common to use them for system cleanup. There is one such service shipped directly with base-files, it is 'umount'. Those work the same way as those with START but enabled does not report them as enabled although it should have as they can be enabled and disabled as any other service. This also changes check from check for executable to check for symbolic link. The implementation depends on those being links to service file and it is much cleaner and direct to check for them being links. Signed-off-by: Karel Kočí <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c2a746 - Browse repository at this point
Copy the full SHA 1c2a746View commit details -
base-files: add support for retrieving IPv6 assignments
In DHCPv6-PD enabled environments, addresses are assigned to interfaces. These new functions retrieve the IPv6 assigned prefix(es). Signed-off-by: Mark Baker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 508dd96 - Browse repository at this point
Copy the full SHA 508dd96View commit details -
base-files: bring up vlan interface too
Vlan subinterface was never brought up when using vlan-based preinit network. Tested forcing ifname="" before preinit_ip() on a Tp-Link Archer C5v4. Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1627fd2 - Browse repository at this point
Copy the full SHA 1627fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1175c82 - Browse repository at this point
Copy the full SHA 1175c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864e344 - Browse repository at this point
Copy the full SHA 864e344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8527c75 - Browse repository at this point
Copy the full SHA 8527c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f40de1 - Browse repository at this point
Copy the full SHA 9f40de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2757124 - Browse repository at this point
Copy the full SHA 2757124View commit details -
base-files: add protocol ncm support for ucidef_set_interface()
Make it possible to set up a default network (interface) for devices with cellular modems using NCM. Signed-off-by: Arınç ÜNAL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05979aa - Browse repository at this point
Copy the full SHA 05979aaView commit details -
base-files: failsafe: Remove the VLAN modifier from interface name
Some interfaces have a VLAN modifier like :t in lan1:t, this modifier should be removed from the interface before calling preinit_ip_config(). Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f378b3 - Browse repository at this point
Copy the full SHA 8f378b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cf62b - Browse repository at this point
Copy the full SHA b7cf62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4f0cc - Browse repository at this point
Copy the full SHA 3f4f0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ebf13 - Browse repository at this point
Copy the full SHA e2ebf13View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28e2e4d - Browse repository at this point
Copy the full SHA 28e2e4dView commit details -
luci-app-leigod-acc: add scheduled pause (#12404)
* Leigod-Acc: Add Scheduled Pause * luci-app-leigod-acc: add scheduled pause --------- Co-authored-by: 喵二 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9910de - Browse repository at this point
Copy the full SHA b9910deView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa043c - Browse repository at this point
Copy the full SHA eaa043cView commit details
Commits on Oct 19, 2024
-
generic: phy: aquantia: add pending patch to force MDI pair order
Import pending patch to force MDI pair order. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 151296d - Browse repository at this point
Copy the full SHA 151296dView commit details -
generic: phy: aquantia: move accepted patches to backport-6.6
Move patches accepted upstream from pending-6.6 to backport-6.6. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3eded6 - Browse repository at this point
Copy the full SHA b3eded6View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1b0e6c - Browse repository at this point
Copy the full SHA f1b0e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e325c0a - Browse repository at this point
Copy the full SHA e325c0aView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb77f7a - Browse repository at this point
Copy the full SHA cb77f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ef46c - Browse repository at this point
Copy the full SHA d1ef46cView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c463fa - Browse repository at this point
Copy the full SHA 2c463faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb1836 - Browse repository at this point
Copy the full SHA 2eb1836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f65b6f - Browse repository at this point
Copy the full SHA 9f65b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f8f53 - Browse repository at this point
Copy the full SHA f0f8f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf47235 - Browse repository at this point
Copy the full SHA cf47235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a93c4c - Browse repository at this point
Copy the full SHA 9a93c4cView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a4c500 - Browse repository at this point
Copy the full SHA 3a4c500View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce88975 - Browse repository at this point
Copy the full SHA ce88975View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 972664b - Browse repository at this point
Copy the full SHA 972664bView commit details -
mediatek: minor fixes for openembed som7981 (#12598)
Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02c320a - Browse repository at this point
Copy the full SHA 02c320aView commit details
Commits on Oct 26, 2024
-
linux-firmware: Update to version 20241017
Signed-off-by: Stefan Lippers-Hollmann <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6969af9 - Browse repository at this point
Copy the full SHA 6969af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f58aa6 - Browse repository at this point
Copy the full SHA 2f58aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5706cf - Browse repository at this point
Copy the full SHA e5706cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e8a30 - Browse repository at this point
Copy the full SHA 17e8a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84bb53 - Browse repository at this point
Copy the full SHA b84bb53View commit details -
kernel: enable Multi-Path TCP for !SMALL_FLASH targets
Expose Kernel's CONFIG_MPTCP option and enable it by default for !SMALL_FLASH targets. The idea behind enabling it by default is to allow users of the binary distribution to make use of MPTCP tunneling for link aggregation. Using MPTCP for link aggregation is an often discussed topic in the forum and there is even a whole OpenWrt fork (MPTCPRouter) just for that. Enabling the kernel-side of the story by default will allow using MPTCP on vanilla OpenWrt without having to build anything from source. See also https://openwrt.org/docs/guide-user/network/mptcp Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33cec3d - Browse repository at this point
Copy the full SHA 33cec3dView commit details -
kernel: add MultiPath TCP diag kernel module
Add INET diag socket monitoring interface module for MultiPath TCP. It allows using native Linux socket diagnostic tools such as 'ss' for Multipath TCP connections. Co-authored-by: Rodrigo B. de Sousa Martins <[email protected]> Signed-off-by: sKy King <[email protected]> Link: openwrt/openwrt#12884 Signed-off-by: Hauke Mehrtens <[email protected]> Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0f6d6b - Browse repository at this point
Copy the full SHA e0f6d6bView commit details
Commits on Oct 28, 2024
-
generic: mtk_wed: fix path of MT7988 WO firmware
commit eee3c69 ("linux-firmware: add offloading firmware for MT7988") added mt7988_wo_{0,1}.bin in the 'mediatek/mt7988' directory while driver currently expects the files in the 'mediatek' directory. Import pending patch which changes the path in the driver header now that the firmware has been added. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1b895b - Browse repository at this point
Copy the full SHA e1b895bView commit details -
mediatek: mt7988: add DT entries for WED
Add memory regions and devices used for wireless offloading to the device tree for MT7988. This allows using WED on devices with MT7988 SoC and MT7995E, MT7996E or MT7992E wireless controllers. Devices with 4 GiB of RAM (or more) will still need ajustments to avoid running out of swiotlb entries. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b168478 - Browse repository at this point
Copy the full SHA b168478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d77af - Browse repository at this point
Copy the full SHA 68d77afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e49db2 - Browse repository at this point
Copy the full SHA 7e49db2View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a091a96 - Browse repository at this point
Copy the full SHA a091a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82c6fd - Browse repository at this point
Copy the full SHA a82c6fdView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b926a6f - Browse repository at this point
Copy the full SHA b926a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d97f3d - Browse repository at this point
Copy the full SHA 2d97f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cc320 - Browse repository at this point
Copy the full SHA 35cc320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9060452 - Browse repository at this point
Copy the full SHA 9060452View commit details -
Configuration menu - View commit details
-
Copy full SHA for e40fe43 - Browse repository at this point
Copy the full SHA e40fe43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0ed51 - Browse repository at this point
Copy the full SHA 3f0ed51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a31a9c - Browse repository at this point
Copy the full SHA 3a31a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e24ca1 - Browse repository at this point
Copy the full SHA 3e24ca1View commit details -
Revert "tools/libtool: bump to 2.4.6"
This reverts commit 9060452.
Configuration menu - View commit details
-
Copy full SHA for ecd7193 - Browse repository at this point
Copy the full SHA ecd7193View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3d6035 - Browse repository at this point
Copy the full SHA f3d6035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568395d - Browse repository at this point
Copy the full SHA 568395dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd85b63 - Browse repository at this point
Copy the full SHA bd85b63View commit details
Commits on Nov 1, 2024
-
generic: add fix for AQR113 PMD Global Transmit Disable bit
PMD Global Transmit Disable bit should be cleared for normal operation. This should be HW default, however I found that on Asus RT-AX89X that uses AQR113C PHY and firmware 5.4 this bit is set by default. With this bit set the AQR cannot achieve a link with its link-partner and it took me multiple hours of digging through the vendor GPL source to find this out, so lets always clear this bit during .config_init() to avoid a situation like this in the future. aqr107_wait_processor_intensive_op() is moved up because datasheet notes that any changes to this bit are processor intensive. This is a modified version of patch that got merged upstream as AQR113C has a separate config_init() upstream. Signed-off-by: Robert Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5c20dd - Browse repository at this point
Copy the full SHA e5c20ddView commit details -
generic: phy: aquantia: correctly describe LED polarity
Backport newly introduced support for 'active-high' property and use it to correctly implement polarity assignment for Aquantia PHY LEDs. Previously the 'active-low' property was used to switch a LED PIN to active-high ("drive VDD" in Aquantia-speak) mode. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8975725 - Browse repository at this point
Copy the full SHA 8975725View commit details
Commits on Nov 2, 2024
-
generic: backport pending driver for Winchip CH348 USB
Import patch and package kernel module for Winchip CH348 USB-to-8x-UART chip. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4078885 - Browse repository at this point
Copy the full SHA 4078885View commit details -
mediatek: backport pending Ethernet PHY driver patches
Use pending patchset for 2.5GE PHY driver, unifying LED handling accross all MediaTek Ethernet PHYs. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 011c3ad - Browse repository at this point
Copy the full SHA 011c3adView commit details
Commits on Nov 3, 2024
-
mediatek: pinctrl-mt7988: add missing PWM pingroups
Add additionals possible pinctrl group for pwm2~7 on pins pin 4 (GPIO_A) pwm7 pin 58 (JTAG_JTDI) pwm2 pin 59 (JTAG_JTDO) pwm3 pin 60 (JTAG_JTMS) pwm4 pin 61 (JTAG_JTCLK) pwm5 pin 62 (JTAG_JTRST_N) pwm6 They can be useful e.g. on the BPi-R4 as in that way pwm2~6 can be exposed on the 26-pin header (pwm6 always, pwm2~5 instead of the full UART). Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bcceed - Browse repository at this point
Copy the full SHA 6bcceedView commit details -
mediatek: filogic: BPi-R4: wire up pinctrl for pwm-fan
Assign pwm function of PWM0 pin to the pwm-fan. This is mostly just cosmetics as it basically reflects the default setting of that pin. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f942a33 - Browse repository at this point
Copy the full SHA f942a33View commit details
Commits on Nov 4, 2024
-
mediatek: mt7988: fix peripheral SPI busses
The clocks for SPI busses were named wrongly which resulted in the spi-mt65xx driver not requesting them. This has apparently been worked around by marking the clocks required for SPI0 which is used for SPI-NOR and SPI-NAND flash chips as critical. Fix the device tree for all 3 generic SPI host controllers and no longer mark clocks as critical. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9630906 - Browse repository at this point
Copy the full SHA 9630906View commit details -
leigod-acc: update binary program (#12608)
leigod-acc: fixed bind issues & use fail issues
Configuration menu - View commit details
-
Copy full SHA for 4915cc9 - Browse repository at this point
Copy the full SHA 4915cc9View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cbe4f5 - Browse repository at this point
Copy the full SHA 6cbe4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83c55a - Browse repository at this point
Copy the full SHA d83c55aView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ce7dc3 - Browse repository at this point
Copy the full SHA 7ce7dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cccd6 - Browse repository at this point
Copy the full SHA 44cccd6View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0ab317 - Browse repository at this point
Copy the full SHA f0ab317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19649ea - Browse repository at this point
Copy the full SHA 19649eaView commit details
Commits on Nov 8, 2024
-
kernel: r8168: update to v8.054.00
Changelog: openwrt/rtl8168@8.053.00...8.054.00 Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5eeb57 - Browse repository at this point
Copy the full SHA a5eeb57View commit details -
kernel: r8125: update to v9.014.01
Changelog: openwrt/rtl8125@9.013.02...9.014.01 Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7702e88 - Browse repository at this point
Copy the full SHA 7702e88View commit details -
kernel: r8126: update to v10.014.01
Changelog: openwrt/rtl8126@10.013.00...10.014.01 Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5a7f6c - Browse repository at this point
Copy the full SHA c5a7f6cView commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 105f4fd - Browse repository at this point
Copy the full SHA 105f4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ea160 - Browse repository at this point
Copy the full SHA a6ea160View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e1532 - Browse repository at this point
Copy the full SHA f2e1532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b10822 - Browse repository at this point
Copy the full SHA 2b10822View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86b0876 - Browse repository at this point
Copy the full SHA 86b0876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17cbfef - Browse repository at this point
Copy the full SHA 17cbfefView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd5c39c - Browse repository at this point
Copy the full SHA dd5c39cView commit details
Commits on Nov 12, 2024
-
kernel: modules: add boot flag to igc, mlx4/5 drivers
Set the boot flag for the igc, mlx4-core, and mlx5-core network device drivers to load them at a more early stage of the boot process. This is required for network drivers whose network interface PCI paths are set via ucidef_set_network_device_path inside the 02_network script since it is called after kernel modules are loaded from modules-boot.d but before they are loaded from the modules.d directory. Signed-off-by: Til Kaiser <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55afdb7 - Browse repository at this point
Copy the full SHA 55afdb7View commit details -
kernel: netdevices: adjust mlxsw network drivers
* Adds the x86_64 dependency for mlxsw_core * Removes the redundant mlxsw_core dependency from mlxsw-minimal and mlxsw-spectrum * Removes the DCB configuration symbols because they were moved into the generic configuration Signed-off-by: Til Kaiser <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec78ad9 - Browse repository at this point
Copy the full SHA ec78ad9View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 128d328 - Browse repository at this point
Copy the full SHA 128d328View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb33d17 - Browse repository at this point
Copy the full SHA cb33d17View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0404234 - Browse repository at this point
Copy the full SHA 0404234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd7617 - Browse repository at this point
Copy the full SHA 5cd7617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1063641 - Browse repository at this point
Copy the full SHA 1063641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5d129 - Browse repository at this point
Copy the full SHA 9b5d129View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eba0307 - Browse repository at this point
Copy the full SHA eba0307View commit details -
All other patches automatically rebased. Signed-off-by: John Audia <[email protected]> Signed-off-by: Nick Hainke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44a2397 - Browse repository at this point
Copy the full SHA 44a2397View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b60525 - Browse repository at this point
Copy the full SHA 7b60525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5fee5 - Browse repository at this point
Copy the full SHA 0c5fee5View commit details
Commits on Nov 17, 2024
-
bcm27xx: switch default kernel to 6.6
Update default kernel version to 6.6 for the Raspberry Pi devices. Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94c4c13 - Browse repository at this point
Copy the full SHA 94c4c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a28dd3 - Browse repository at this point
Copy the full SHA 8a28dd3View commit details -
filogic: add support for ASUS TUF AX6000
Hardware ======== SOC: MediaTek MT7986 RAM: 512MB DDR3 FLASH: 256MB SPI-NAND WIFI: Mediatek MT7986 DBDC 802.11ax 2.4/5 GHz 4T4R ETH: MediaTek MT7530 Switch (LAN) MaxLinear GPY211C 2.5 N-Base-T PHY (WAN) MaxLinear GPY211C 2.5 N-Base-T PHY (LAN) UART: 3V3 115200 8N1 (Do not connect VCC) USB 3.1 Signed-off-by: Patryk Kowalczyk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a7dd14 - Browse repository at this point
Copy the full SHA 4a7dd14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d17b002 - Browse repository at this point
Copy the full SHA d17b002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c1345 - Browse repository at this point
Copy the full SHA 29c1345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b3f20 - Browse repository at this point
Copy the full SHA 20b3f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc94f7 - Browse repository at this point
Copy the full SHA bdc94f7View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0004a5c - Browse repository at this point
Copy the full SHA 0004a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b743ccd - Browse repository at this point
Copy the full SHA b743ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db4344 - Browse repository at this point
Copy the full SHA 4db4344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 655367c - Browse repository at this point
Copy the full SHA 655367cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54aae07 - Browse repository at this point
Copy the full SHA 54aae07View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d72ea8c - Browse repository at this point
Copy the full SHA d72ea8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafb6af - Browse repository at this point
Copy the full SHA bafb6afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ac999 - Browse repository at this point
Copy the full SHA 44ac999View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c74ed32 - Browse repository at this point
Copy the full SHA c74ed32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71196b2 - Browse repository at this point
Copy the full SHA 71196b2View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 418c887 - Browse repository at this point
Copy the full SHA 418c887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826816c - Browse repository at this point
Copy the full SHA 826816cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a816ced - Browse repository at this point
Copy the full SHA a816cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f226a - Browse repository at this point
Copy the full SHA 28f226aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8fee0 - Browse repository at this point
Copy the full SHA be8fee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e61ac - Browse repository at this point
Copy the full SHA 53e61acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6567a2 - Browse repository at this point
Copy the full SHA a6567a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5e1a5 - Browse repository at this point
Copy the full SHA 6b5e1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for af098a1 - Browse repository at this point
Copy the full SHA af098a1View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32dc417 - Browse repository at this point
Copy the full SHA 32dc417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8decff2 - Browse repository at this point
Copy the full SHA 8decff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8cac3 - Browse repository at this point
Copy the full SHA ab8cac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c80cdd - Browse repository at this point
Copy the full SHA 0c80cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for af207e5 - Browse repository at this point
Copy the full SHA af207e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676db02 - Browse repository at this point
Copy the full SHA 676db02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09fb1a - Browse repository at this point
Copy the full SHA f09fb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cc6f2 - Browse repository at this point
Copy the full SHA 26cc6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d9959 - Browse repository at this point
Copy the full SHA 85d9959View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd656ef - Browse repository at this point
Copy the full SHA fd656efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f031685 - Browse repository at this point
Copy the full SHA f031685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030f6f6 - Browse repository at this point
Copy the full SHA 030f6f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a261c - Browse repository at this point
Copy the full SHA 27a261cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6ea7c - Browse repository at this point
Copy the full SHA 0a6ea7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3346bf1 - Browse repository at this point
Copy the full SHA 3346bf1View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 468d148 - Browse repository at this point
Copy the full SHA 468d148View commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bfa3a9 - Browse repository at this point
Copy the full SHA 9bfa3a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d32cf1 - Browse repository at this point
Copy the full SHA 3d32cf1View commit details
Commits on Nov 25, 2024
-
kernel: bump 6.6 to 6.6.63 (#16997)
Manually rebased: bcm27xx/patches-6.6/950-0297-staging-vchiq_arm-Add-36-bit-address-support.patch All other patches automatically rebased. Fix: #13121 Signed-off-by: John Audia <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d0b9ca - Browse repository at this point
Copy the full SHA 4d0b9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a87916d - Browse repository at this point
Copy the full SHA a87916dView commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61b26c9 - Browse repository at this point
Copy the full SHA 61b26c9View commit details -
linux-firmware: update to 20241110
linux-firmware update to 20241110 Move WCN6750 firmware to the device-specific subdir Signed-off-by: Marty Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6de673 - Browse repository at this point
Copy the full SHA c6de673View commit details
Commits on Nov 27, 2024
-
generic: backport upstream r8169 patches
These patches have been added in linux v6.12 release. Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 446d071 - Browse repository at this point
Copy the full SHA 446d071View commit details -
generic: 6.6: update block nvmem patchset
While discussions are still ongoing, update the block NVMEM provider patchset to the level submitted upstream to allow testing and validation. Link: https://patchwork.kernel.org/project/linux-block/list/?series=875202 Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efce6b6 - Browse repository at this point
Copy the full SHA efce6b6View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1609903 - Browse repository at this point
Copy the full SHA 1609903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 007d406 - Browse repository at this point
Copy the full SHA 007d406View commit details