[openwrt/openwrt] uboot-mediatek: fix truncated patch

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 23 19:04:54 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9b6427e9083fc2baeb67fca977f621d0c93fd6f2

commit 9b6427e9083fc2baeb67fca977f621d0c93fd6f2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 24 03:00:46 2024 +0000

    uboot-mediatek: fix truncated patch
    
    The default environment for the Linksys E8450 and Belkin RT3200 got
    truncated by one line due to a broken patch. While the impact was
    luckily only cosmetic, fix it so bootmenu title also shows U-Boot
    version again.
    
    Fixes: 6aec3c7b5b ("mediatek: mt7622: modernize Linksys E8450 / Belkin RT3200 UBI build")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch b/package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch
index 08aee125aa..89a6479241 100644
--- a/package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch
+++ b/package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch
@@ -370,7 +370,7 @@
  	mt7981-rfb.dtb \
 --- /dev/null
 +++ b/linksys_e8450_env
-@@ -0,0 +1,54 @@
+@@ -0,0 +1,55 @@
 +ethaddr_factory=ubi read 0x40080000 factory && env readmem -b ethaddr 0x400ffff4 0x6 ; setenv ethaddr_factory
 +ipaddr=192.168.1.1
 +serverip=192.168.1.254




More information about the lede-commits mailing list