diff options
| author | Daniel Golle | 2024-05-24 21:38:34 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-05-25 02:54:20 +0000 |
| commit | 17ca4cccc659219b49fe8079a7bcd0c6fa8f9ce6 (patch) | |
| tree | 2438ca05a2dd3aed92b034e69c2ab5cdd19c6b6d | |
| parent | ac424d098365603cc1df24947399268cae64529e (diff) | |
| download | openwrt-17ca4cccc659219b49fe8079a7bcd0c6fa8f9ce6.tar.gz | |
uboot-mediatek: fix white-space in package Makefile
Replace accidental spaces with tabs.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |