uboot-mediatek: fix truncated patch
authorDaniel Golle <daniel@makrotopia.org>
Sat, 24 Feb 2024 03:00:46 +0000 (03:00 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 24 Feb 2024 03:02:35 +0000 (03:02 +0000)
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@makrotopia.org>
package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch

index 08aee125aa87a810b9db3e316d71dd2586bdca2a..89a6479241ee468ad69e4c4889d92af90d487deb 100644 (file)
        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