[openwrt/openwrt] ramips: mt7620: drop unnecessary trailing tabs
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 26 17:03:59 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/fd277ee49054584f9a064eb339c65ff492a53765
commit fd277ee49054584f9a064eb339c65ff492a53765
Author: Mikhail Zhilkin <csharper2005 at gmail.com>
AuthorDate: Sun Nov 12 07:56:08 2023 +0000
ramips: mt7620: drop unnecessary trailing tabs
Let's tidy up a bit (drop unnecessary trailing tabs).
Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
(cherry picked from commit 25bab2b8bc1aff2b7e877865c5def74aa63daefe)
---
target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index e571dc1f6f..0cc7e5f2f7 100644
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -406,7 +406,7 @@ ramips_setup_macs()
label_mac=$(mtd_get_mac_binary factory 0x4)
;;
zyxel,keenetic-lite-iii-a)
- lan_mac=$(mtd_get_mac_binary RF-EEPROM 0x4)
+ lan_mac=$(mtd_get_mac_binary RF-EEPROM 0x4)
wan_mac=$(mtd_get_mac_binary RF-EEPROM 0x28)
label_mac=$wan_mac
;;
More information about the lede-commits
mailing list