diff options
| author | Daniel Golle | 2024-02-24 03:00:46 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-02-24 03:02:35 +0000 |
| commit | 9b6427e9083fc2baeb67fca977f621d0c93fd6f2 (patch) | |
| tree | e913f3b21373203d02d88da15c2ea7629df0b26d | |
| parent | 07b9186e88a2e5b2bd842b87d7063645a23e3fcb (diff) | |
| download | openwrt-9b6427e9083fc2baeb67fca977f621d0c93fd6f2.tar.gz | |
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@makrotopia.org>
| -rw-r--r-- | package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |