[openwrt/openwrt] uboot-mediatek: fix Routerich AX3000 support patch

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 4 10:44:59 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/d543a9ae66b81d6d4f5ca9908087c8412f4ce026

commit d543a9ae66b81d6d4f5ca9908087c8412f4ce026
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sun Dec 22 00:30:43 2024 +0800

    uboot-mediatek: fix Routerich AX3000 support patch
    
    It seems that the original patch has been manually modified. The
    newly added line number is incorrect.
    
    Fixes: c0581520b1c5 ("uboot-mediatek: add Routerich AX3000 support")
    Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
    Link: https://github.com/openwrt/openwrt/pull/17338
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 9f97e39a9336e279be7ea1c00c4221ec3f448457)
---
 package/boot/uboot-mediatek/patches/460-add-routerich-ax3000.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/patches/460-add-routerich-ax3000.patch b/package/boot/uboot-mediatek/patches/460-add-routerich-ax3000.patch
index 9aa31843de..f33ca07633 100644
--- a/package/boot/uboot-mediatek/patches/460-add-routerich-ax3000.patch
+++ b/package/boot/uboot-mediatek/patches/460-add-routerich-ax3000.patch
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ b/configs/mt7981_routerich_ax3000_defconfig
-@@ -0,0 +1,107 @@
+@@ -0,0 +1,108 @@
 +CONFIG_ARM=y
 +CONFIG_SYS_HAS_NONCACHED_MEMORY=y
 +CONFIG_POSITION_INDEPENDENT=y




More information about the lede-commits mailing list