Skip to content
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

Open
wants to merge 246 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    7936792 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    d3bc57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66cf5f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    a6c9d54 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    c35bad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    6da3083 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. 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]>
    Noltari authored and aiamadeus committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1ba4b04 View commit details
    Browse the repository at this point in the history
  2. 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]>
    Noltari authored and aiamadeus committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0061cb8 View commit details
    Browse the repository at this point in the history
  3. 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]>
    Noltari authored and aiamadeus committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b53ecbb View commit details
    Browse the repository at this point in the history
  4. 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]>
    Noltari authored and aiamadeus committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    68ec0da View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    12641b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    fd25a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166b4bd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    d856657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6149067 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. 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
    aiamadeus committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    be32bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c15bad View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f9d051 View commit details
    Browse the repository at this point in the history
  2. 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]>
    danpawlik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2fdd47a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. 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]>
    robimarko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3e637c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. rockchip: backport 6.11 rk3568 gpufreq fix

    Some cost down devices require this fixes.
    aiamadeus committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3c9bacd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. 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]>
    namiltd committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    09375a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. 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]>
    robimarko committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    740b33d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. 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]>
    tk154 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7b3297e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. 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]>
    feckert committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    68828f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    0736e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9ed955a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 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]>
    Noltari committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bbe8198 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. 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]>
    Noltari committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    92ccb72 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. 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]>
    Noltari committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    821b80c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. 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]>
    Noltari committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8327321 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 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]>
    everything411 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0c35082 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. rockchip: improve some rk3528 devices support

      - Fixes reboot issues with radxa e20c
      - Enable ssd1306 for mangopi-m28k pro
    aiamadeus committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eb08cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcac06 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    95c79b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c95be View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. 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]>
    graysky2 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5302650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49910e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    136890c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. 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]>
    981213 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6d659cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb074e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. openssl: update to 3.0.15

    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]>
    AuthorReflex committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a45c291 View commit details
    Browse the repository at this point in the history
  2. rkbin: remove tfa references

    Fixes: #12465
    This is closed source, no need.
    coolsnowwolf committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a3ca5c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3aad94c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    98e2f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad2021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc8ed6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d4a09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53661b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fa54bfe View commit details
    Browse the repository at this point in the history
  2. 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]>
    graysky2 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6da4057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    718ac37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc4208 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. kernel: refresh 6.1 patches

    Fixes: 718ac37 ("kernel: bump 6.1 to 6.1.111")
    Closed: #12487
    aiamadeus committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    801f345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea6cb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. 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]>
    981213 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a5d881f View commit details
    Browse the repository at this point in the history
  2. 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]>
    981213 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0dc62d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. linux-firmware: Update to version 20240909

    Signed-off-by: Hauke Mehrtens <[email protected]>
    hauke committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9013183 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    3d47eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af52768 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update README_EN.md

    coolsnowwolf committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    297d4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a75453b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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]>
    olemmela committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6ca5e85 View commit details
    Browse the repository at this point in the history
  2. 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]>
    olemmela committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d51d447 View commit details
    Browse the repository at this point in the history
  3. 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]>
    olemmela committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    42d626f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. 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]>
    olemmela committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    91b20ea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    02f9363 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    55b08d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    fac34a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    1a1b7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ebc2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b99d532 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    c54f495 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    af37c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. 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]>
    graysky2 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ff581ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df0b2d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a4a925 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 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]>
    1715173329 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8061c8b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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]>
    namiltd committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    57abb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8d694 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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]>
    dangowrt committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d6568c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. 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]>
    robimarko committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0b75ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecaf840 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. rockchip: fix some devices support

    Fixes: #12533
    coolsnowwolf committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3f4efb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 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]>
    namiltd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3396735 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    4f77bbc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    fd1b694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bbc6f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    68e1f16 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dhewg authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f6243f2 View commit details
    Browse the repository at this point in the history
  3. 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]>
    blocktrron authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1af9ce7 View commit details
    Browse the repository at this point in the history
  4. 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]>
    guidosarducci authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    da4a165 View commit details
    Browse the repository at this point in the history
  5. busybox: preserve crontabs

    /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]>
    pprindeville authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1172e4c View commit details
    Browse the repository at this point in the history
  6. 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]>
    DragonBluep authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a4b597b View commit details
    Browse the repository at this point in the history
  7. 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]>
    neocturne authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    75663fd View commit details
    Browse the repository at this point in the history
  8. 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>
    markmentovai authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a4c100d View commit details
    Browse the repository at this point in the history
  9. 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]>
    oliv3r authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cf0d45e View commit details
    Browse the repository at this point in the history
  10. 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]>
    oliv3r authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8f7e660 View commit details
    Browse the repository at this point in the history
  11. 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]>
    alexeys85 authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    98b97c5 View commit details
    Browse the repository at this point in the history
  12. 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]>
    feckert authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b498e0a View commit details
    Browse the repository at this point in the history
  13. 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]>
    feckert authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bd8d349 View commit details
    Browse the repository at this point in the history
  14. 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]>
    Cynerd authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1c2a746 View commit details
    Browse the repository at this point in the history
  15. 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]>
    Fail-Safe authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    508dd96 View commit details
    Browse the repository at this point in the history
  16. 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]>
    luizluca authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1627fd2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1175c82 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    864e344 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8527c75 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f40de1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2757124 View commit details
    Browse the repository at this point in the history
  22. 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]>
    arinc9 authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    05979aa View commit details
    Browse the repository at this point in the history
  23. 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]>
    hauke authored and coolsnowwolf committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8f378b3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b7cf62b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3f4f0cc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e2ebf13 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    28e2e4d View commit details
    Browse the repository at this point in the history
  2. 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]>
    miaoermua and 喵二 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b9910de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa043c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. 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]>
    dangowrt committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    151296d View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b3eded6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    f1b0e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e325c0a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    cb77f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ef46c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    2c463fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb1836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f65b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0f8f53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf47235 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a93c4c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    3a4c500 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce88975 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Revert "kernel: bump 6.1 to 6.1.111"

    This reverts commit 718ac37.
    aiamadeus committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    972664b View commit details
    Browse the repository at this point in the history
  2. mediatek: minor fixes for openembed som7981 (#12598)

    Signed-off-by: Tianling Shen <[email protected]>
    1715173329 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    02c320a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. linux-firmware: Update to version 20241017

    Signed-off-by: Stefan Lippers-Hollmann <[email protected]>
    Signed-off-by: Hauke Mehrtens <[email protected]>
    pkgadd committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6969af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f58aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5706cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e8a30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b84bb53 View commit details
    Browse the repository at this point in the history
  6. 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]>
    dangowrt authored and coolsnowwolf committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    33cec3d View commit details
    Browse the repository at this point in the history
  7. 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]>
    2 people authored and coolsnowwolf committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e0f6d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 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]>
    dangowrt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e1b895b View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b168478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d77af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e49db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    a091a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a82c6fd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b926a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d97f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35cc320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9060452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e40fe43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f0ed51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a31a9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e24ca1 View commit details
    Browse the repository at this point in the history
  9. Revert "tools/libtool: bump to 2.4.6"

    This reverts commit 9060452.
    coolsnowwolf committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ecd7193 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    f3d6035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568395d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd85b63 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. 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]>
    robimarko committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e5c20dd View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8975725 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. 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]>
    dangowrt committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    4078885 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    011c3ad View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. 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]>
    dangowrt committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6bcceed View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f942a33 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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]>
    dangowrt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9630906 View commit details
    Browse the repository at this point in the history
  2. leigod-acc: update binary program (#12608)

    leigod-acc: fixed bind issues & use fail issues
    miaoermua authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4915cc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    6cbe4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d83c55a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    7ce7dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44cccd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    f0ab317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19649ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. 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]>
    Noltari authored and aiamadeus committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a5eeb57 View commit details
    Browse the repository at this point in the history
  2. 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]>
    Noltari authored and aiamadeus committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7702e88 View commit details
    Browse the repository at this point in the history
  3. 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]>
    Noltari authored and aiamadeus committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c5a7f6c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    105f4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ea160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e1532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b10822 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    86b0876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cbfef View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    dd5c39c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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]>
    tk154 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    55afdb7 View commit details
    Browse the repository at this point in the history
  2. 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]>
    tk154 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ec78ad9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    128d328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb33d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    0404234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd7617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1063641 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5d129 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    eba0307 View commit details
    Browse the repository at this point in the history
  2. kernel: bump 6.6 to 6.6.60

    All other patches automatically rebased.
    
    Signed-off-by: John Audia <[email protected]>
    Signed-off-by: Nick Hainke <[email protected]>
    graysky2 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    44a2397 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    7b60525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5fee5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. 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]>
    Noltari committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    94c4c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a28dd3 View commit details
    Browse the repository at this point in the history
  3. 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]>
    patrykk committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4a7dd14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d17b002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29c1345 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b3f20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc94f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    0004a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b743ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db4344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655367c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54aae07 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    d72ea8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafb6af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44ac999 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    c74ed32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71196b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    418c887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826816c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a816ced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f226a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be8fee0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53e61ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6567a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b5e1a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af098a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    32dc417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8decff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8cac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c80cdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af207e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    676db02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f09fb1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26cc6f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85d9959 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd656ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f031685 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    030f6f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27a261c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a6ea7c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3346bf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    468d148 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    9bfa3a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d32cf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. 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]>
    graysky2 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4d0b9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a87916d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. uboot-rockchip: disable optee client

    Fixes: #13129
    aiamadeus committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    61b26c9 View commit details
    Browse the repository at this point in the history
  2. 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]>
    mj22226 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c6de673 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. generic: backport upstream r8169 patches

    These patches have been added in linux v6.12 release.
    
    Signed-off-by: Álvaro Fernández Rojas <[email protected]>
    Noltari committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    446d071 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dangowrt committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    efce6b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    1609903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007d406 View commit details
    Browse the repository at this point in the history