Commit Graph
100 Commits
Author SHA1 Message Date
Tianling Shen b4efc93f5b Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-22 11:07:53 +08:00
Tianling Shen 84dccf9f3d Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-09 10:33:38 +08:00
Tianling Shen 53566decfc ImmortalWrt v25.12.1: revert to branch defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-06 10:13:55 +08:00
Tianling Shen a3378d1a2c ImmortalWrt v25.12.1: adjust config defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-06 10:13:55 +08:00
Tianling Shen cd0a06bfd3 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-07-02 09:40:04 +08:00
Tianling Shen 2fee31cb47 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-29 17:03:24 +08:00
Tianling Shen 7efb00649b Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-29 14:19:03 +08:00
Tianling ShenandHauke Mehrtens 14216493a5 mediatek: add GL.iNET GL-MT3600BE support
Hardware specification:
  SoC: MediaTek MT7987A 4x A53
  Flash: 512 MB SPI-NAND
  RAM: 512MB DDR4
  Ethernet: 2x 2.5GbE (built-in + RTL8221B)
  WiFi: MediaTek MT7990
  USB: 1x USB 3.0 port
  Button: Mode, Reset
  Power: Type-C PD 5/9/12V

Flash instructions:
  1. Power on the device with 'reset' key pressed for 5s
  2. Set static IP on your PC:
     IP 192.168.1.10/24, GW 192.168.1.1
  3. Visit http://192.168.1.1 and upload sysupgrade.bin

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/22476
(cherry picked from commit c8aa9beb43)
Link: https://github.com/openwrt/openwrt/pull/23368
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-06-24 01:36:54 +02:00
Tianling Shen fa133f00e4 autocore: remove incorrect rps_cpus override
Let packet_steering servive to assign rps.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f95f557d04)
2026-06-15 11:28:40 +08:00
Tianling Shen aa79440e44 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-10 11:36:58 +08:00
Tianling Shen e04af5bf78 kernel: refresh patches
Fixes: 697d67e8a4 ("Merge Official Source")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-03 10:06:56 +08:00
Tianling Shen 697d67e8a4 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-02 15:20:25 +08:00
Tianling Shen 66d5a98acf uboot-sunxi: backport H616 DRAM fixes
Fix LPDDR3 and 1.5G/3G RAM support.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-27 16:21:32 +08:00
Tianling Shen b08a7ebf15 aic8800: fix export symbols conflict in usb driver
Avoid naming conflict with the sdio driver.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ec3898220c)
2026-05-26 11:06:52 +08:00
Tianling Shen 31a887c519 aic8800: fix pcie/usb driver build for mips
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c9927fbe60)
2026-05-26 11:06:48 +08:00
Tianling Shen eb61b4c7e9 aic8800: fix build with mips
Fix conflict with mips PC marco.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit cec44a8d85)
2026-05-26 11:06:45 +08:00
Tianling Shen 139026dc11 aic8800: Update to V5.0_2026_0123_5f7be68d
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit cd99fb62ac)
2026-05-26 11:06:41 +08:00
Tianling Shen e8b0915940 ImmortalWrt v25.12.0: revert to branch defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-25 10:41:15 +08:00
Tianling Shen 2927994b4c ImmortalWrt v25.12.0: adjust config defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-25 10:41:15 +08:00
Tianling Shen 4b24da3b4c Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-25 10:36:00 +08:00
Tianling Shen 5273c13600 aic8800: fix read cpuid
Use modern smp_processor_id api instead of thread_info struct.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a5bb218f25)
2026-05-21 17:23:46 +08:00
Tianling Shen 20bd5b9c5a valgrind: improve arm v7 detection
The mvebu target has CONFIG_CPU_V7 enabled even for aarch64 target,
resulting CONFIG_arm_v7 to be true, which breaks build there.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit d123e5d86a)
2026-05-21 17:05:55 +08:00
Tianling Shen 28c099d34d Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-21 15:23:16 +08:00
Tianling Shen 4695ae7bbe Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-16 16:35:14 +08:00
Tianling Shen e660cbc917 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-14 18:15:09 +08:00
Tianling Shen bce0a385ed Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-11 15:04:47 +08:00
Tianling Shen b511c9c66b xdp-tools: fix BPFTOOL detection
Fix sh syntax error in configure script.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 2777fc61da)
2026-05-08 11:21:54 +08:00
Tianling Shen 209be9c9bd Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-06 15:42:36 +08:00
Tianling Shen 0c88a7e35c Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-02 15:40:14 +08:00
Tianling Shen c479494ab2 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-24 16:03:06 +08:00
Tianling Shen 0b15286e68 mediatek: add Ruijie RG-X60 support
Hardware specification:
  SoC: MediaTek MT7986A 4x A53
  Flash: 128MB SPI-NAND (W25N01GVZEIG)
  RAM: 512MB DDR3 (W634GU6QB)
  Ethernet: 3x 1GbE (MT7531) + 1x 2.5GbE (EN8811H)
  WiFi: MediaTek MT7975(P)N
  Button: Mesh, Reset
  Power: DC Jack 12V

Flash instructions:
Login into the webUI and flash sysupgrade.bin without saving
configurations.

While at it, create a shared dtsi for X60 and X60-Pro devices and
assign MAC using NVMEM as much as possible. The SPI frequcency has
been increased to 52 MHz as well since the chip supports up to
108 MHz.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit b52da5d88e)
2026-04-18 21:25:34 +08:00
Tianling Shen d9c476c2b6 ImmortalWrt v25.12.0-rc2: revert to branch defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-14 14:54:00 +08:00
Tianling Shen bc0f561551 ImmortalWrt v25.12.0-rc2: adjust config defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-14 14:53:57 +08:00
Tianling Shen 914b6e73df Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-14 11:00:36 +08:00
Tianling Shen 62bd6b3625 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-10 10:30:19 +08:00
Tianling Shen 7758b644be Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-07 10:38:05 +08:00
Tianling Shen 6019a127e3 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-03 11:23:12 +08:00
Tianling Shen 2749ed32cc base-files: align banner with version info
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-02 12:05:00 +08:00
Tianling Shen 70ee8b3602 mediatek: add GL.iNET GL-MT3600BE support
Hardware specification:
  SoC: MediaTek MT7987A 4x A53
  Flash: 512 MB SPI-NAND
  RAM: 512MB DDR4
  Ethernet: 2x 2.5GbE (built-in + RTL8221B)
  WiFi: MediaTek MT7990
  USB: 1x USB 3.0 port
  Button: Mode, Reset
  Power: Type-C PD 5/9/12V

Flash instructions:
  1. Power on the device with 'reset' key pressed for 5s
  2. Set static IP on your PC:
     IP 192.168.1.10/24, GW 192.168.1.1
  3. Visit http://192.168.1.1 and upload sysupgrade.bin

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 6503d878b9)
2026-04-02 09:26:38 +08:00
Tianling Shen dc90952da6 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-04-02 09:26:27 +08:00
Tianling Shen 82ae06b410 loongarch64: increase CMA size to 64M for drm support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit d82e3b0bfe)
2026-03-31 12:17:35 +08:00
Tianling Shen 9e812df367 kernel: netdevices: enable hinic/igbvf/stmmac-core driver for loongarch64
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 9bd14fd6c5)
2026-03-31 12:17:27 +08:00
Tianling Shen c672371ef2 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-31 11:46:36 +08:00
Tianling Shen 2b2f8a1c6f Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-29 19:39:19 +08:00
Tianling Shen ff1ea58da2 loongarch64: add common pcie ethernet drivers by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 7259b8ca82)
2026-03-27 18:34:01 +08:00
Tianling Shen fe94821e69 kernel: fix build YT6801 driver for x86
Adapt suspend/resume functions for kernel 6.12 and add missing
kmod-stmmac-core dependency.

Fixes: 75d3612b5b ("kernel: backport YT6801 PCIe ethernet driver support")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit ae305544c1)
2026-03-27 18:12:17 +08:00
Tianling Shen 84901786b3 kernel: fix typo error in YT6801 PCIe ethernet driver
Fixes: 75d3612b5b ("kernel: backport YT6801 PCIe ethernet driver support")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 06dc945b2b)
2026-03-27 18:12:14 +08:00
Tianling Shen 9eb60ed014 kernel: backport YT6801 PCIe ethernet driver support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 75d3612b5b)
2026-03-27 18:12:04 +08:00
Tianling Shen 11d7f20ebd rockchip: add cpuinfo node for RK3528
Allow read SoC serial number from userspace via /proc/cpuinfo.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit b8f4e11101)
2026-03-27 11:27:47 +08:00
Tianling Shen 247b2aeaa5 rockchip: refresh upstreamed otp patches
Mark upstream accepted patches as backport.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c6e2e01a2a)
2026-03-27 11:27:45 +08:00
Tianling Shen ed44b82e00 kernel: refresh patches
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 0fff5aa84e)
2026-03-27 11:27:41 +08:00
Tianling Shen 789bd3e129 rockchip: add HDMI support for NanoPC T6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 6d40443dca)
2026-03-27 11:27:21 +08:00
Tianling Shen ffaf8f0c32 rockchip: backport DRM support for RK3576/RK3588
Note this is not a full backport and it only lights up the screen.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 9699aa5ccc)
2026-03-27 11:27:18 +08:00
Tianling Shen 004a1665a9 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-25 10:20:24 +08:00
Tianling Shen ccaf8da76c ImmortalWrt v25.12.0-rc1: revert to branch defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-23 10:12:17 +08:00
Tianling Shen 8086eb4746 ImmortalWrt v25.12.0-rc1: adjust config defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-23 10:12:13 +08:00
Tianling Shen e625a07098 ath79: disable build for fortinet fap series by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-22 14:28:13 +08:00
Tianling Shen d7bb9e34f9 mbedtls: pass -march=armv8-a to make fortify happy
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a69b4c41d2)
2026-03-21 12:06:23 +08:00
Tianling Shen eabe9df65b Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-20 23:44:25 +08:00
Tianling Shen 1cc0390ddf Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-18 11:06:07 +08:00
Tianling Shen abc9103db7 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-11 14:20:03 +08:00
Tianling Shen bbe3e58df0 ath79: disable build for fortinet fap-220-b by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-11 11:36:56 +08:00
Tianling Shen 64b0742cd2 ramips: disable build for genexis pulse-ex400 by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-09 14:18:28 +08:00
Tianling Shen a373f17011 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-08 16:22:11 +08:00
Tianling Shen e819e6dc31 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-03-05 17:04:45 +08:00
Tianling Shen 791c94e81b target: fix wpad variant selection
we use wpad-openssl by default instead of wpad-basic-mbedtls.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 7851ad8eb1)
2026-02-27 11:55:56 +08:00
Tianling Shen 94d4570a6d ath79/ramips: switch to full feature wpad-openssl by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 622c63a1ed)
2026-02-27 11:54:21 +08:00
Tianling Shen 088bc324d9 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-02-27 11:47:26 +08:00
Tianling Shen eab2248677 rockchip: remove broken vdd-supply props from the usb hub for photonicat2
See #2235.

Sync dts for u-boot while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit e61a1d0a59)
2026-02-25 17:21:11 +08:00
Tianling Shen 0c0cbb7ff0 rockchip: increase CMA size to 64 MiB for DRM support
RK3576/RK3588 requires larger CMA mem for DRM support.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 08c28d982b)
2026-02-21 14:54:30 +08:00
Tianling Shen 4e84c60069 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-02-19 15:48:06 +08:00
Tianling Shen 7ec44fb2d7 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-02-09 17:27:08 +08:00
Tianling Shen 66a8833f94 rockchip: add rtl8822cs quirk for nanopi r76s
Add a quirk to handle broken S18A in the R4 response for rtl8822cs.

The patch is taken from FriendlyElec.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 706fbe0cca)
2026-02-09 16:50:49 +08:00
Tianling Shen a9ef25e785 uboot-rockchip: add SD card boot workaround for RK3576
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 83656be04e)
2026-02-06 10:43:12 +08:00
Tianling Shen c580d7c21d Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-02-05 18:24:34 +08:00
Tianling Shen 943b873842 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-02-03 12:28:36 +08:00
Tianling Shen 6d6bc00698 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-28 16:45:38 +08:00
Tianling Shen 7851d11e3f uboot-mediatek: add FM25G02B spi-nand flash support
Based on commit 9a368bb4e4 ("kernel: add support for FudanMicro FM25G02B").

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-27 21:58:10 +08:00
Tianling Shen d95666cdef Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-27 18:18:11 +08:00
Tianling Shen d86abb19c2 rockchip: fix set PHY LEDs for MangoPi M28C
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 7f2d13c2fc)
2026-01-27 18:12:55 +08:00
Tianling ShenandDaniel Golle 4303066fb8 rockchip: fix set default serial_{addr,port} in boot script
On some SoCs like RK3399, U-Boot no longer export the serial
address in $stdout variable, it has been changed to something like
`stdout=serial,vidconsole` since video supported was added. So
detect $soc variable instead, this also makes the script more clear.

Addtional note: rk3566 is reported as rk3568, rk3582 is reported as
rk3588 in $soc.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/21610
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 609deedd87)
2026-01-23 16:07:17 +00:00
Tianling Shen 02d7fe0a15 rtl8188eu: fix build with mac80211 6.18
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f9de3d3f09)
2026-01-22 12:15:36 +08:00
Tianling Shen a4a89672d3 rtl8189es: bump to latest git HEAD
fix build with mac80211 6.18.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a5a2aa6319)
2026-01-22 12:07:01 +08:00
Tianling Shen ac81553015 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-21 16:47:30 +08:00
Tianling Shen 00692305ba Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-15 10:16:59 +08:00
Tianling Shen cb13d9932e Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-13 16:07:35 +08:00
Tianling ShenandRobert Marko f9e60e980c rockchip: fix kernel tag for backported patches
These patches were actually merged in kernel 6.19 instead of 6.18,
fix them to avoid confusing when moving to new kernel version.

While at it, refresh the RK3528 PCIE L1ss patch since it was
accepted in 6.19 as well.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/21419
(cherry picked from commit c79fa27cbf)
Link: https://github.com/openwrt/openwrt/pull/21448
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-01-11 13:13:21 +01:00
Tianling Shen 21a2c44c7a qualcommax: disable initramfs-factory generation for asus ax89x by default
The image is too big to be handled by asusuimage.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-08 11:09:47 +08:00
Tianling Shen 567df82bc5 lantiq: disable build for netgear dm200 by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-08 11:00:15 +08:00
Tianling Shen 6ee5dfd2d8 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-05 14:08:10 +08:00
Tianling Shen cee63ac83b uboot-rockchip: fix enter download mode (MaskROM) for RK356x/RK3588
These SOC_CON1 regs needs to be cleared before a reset or the
BOOT_MODE_REG do not retain its value and it is not possible
to reset to bootrom download mode once TF-A has been started.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 8b63a55fe2)
2026-01-05 14:02:22 +08:00
Tianling Shen 65c2bf9654 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-01-04 19:55:14 +08:00
Tianling Shen 5f68bfe992 rockchip: reduce eMMC speed to 100 MHz for photonicat2
To workaround the stability issues with the bad design and eMMC chip
on the photonicat2 board.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit c4ce3c5014)
2026-01-03 16:26:27 +08:00
Tianling Shen 1aaf623a17 wifi-scripts: set default country code to CN
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-31 10:53:45 +08:00
Tianling Shen 139ff25eec Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-31 10:53:44 +08:00
Tianling Shen b4d8f5508d Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-28 18:07:09 +08:00
Tianling Shen cda00f78e9 rockchip: rework switch support for Cyber 3588 AIB
TSO and/or RX checksum offload may need to be disabled on the conduit
interface (gmac1).

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 68b4cf8dd0)
2025-12-23 17:20:17 +08:00
Tianling Shen 45dca08157 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-22 14:39:15 +08:00
Tianling Shen f081ee9f63 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-18 15:11:21 +08:00
Tianling Shen efcfc8bfc9 target: build with luci support by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-12-16 09:55:58 +08:00