[openwrt/openwrt] uboot-mediatek: fix white-space in package Makefile

LEDE Commits lede-commits at lists.infradead.org
Fri May 24 19:56:16 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/17ca4cccc659219b49fe8079a7bcd0c6fa8f9ce6

commit 17ca4cccc659219b49fe8079a7bcd0c6fa8f9ce6
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri May 24 22:38:34 2024 +0100

    uboot-mediatek: fix white-space in package Makefile
    
    Replace accidental spaces with tabs.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile
index 057dd9c6c8..74ccd6109c 100644
--- a/package/boot/uboot-mediatek/Makefile
+++ b/package/boot/uboot-mediatek/Makefile
@@ -716,7 +716,7 @@ UBOOT_TARGETS := \
 	mt7622_ubnt_unifi-6-lr-v1 \
 	mt7622_ubnt_unifi-6-lr-v2 \
 	mt7622_ubnt_unifi-6-lr-v3 \
-  mt7622_xiaomi_redmi-router-ax6s-ubi-loader \
+	mt7622_xiaomi_redmi-router-ax6s-ubi-loader \
 	mt7623n_bpir2 \
 	mt7623a_unielec_u7623 \
 	mt7628_rfb \




More information about the lede-commits mailing list