From: Rosen Penev Date: Sat, 22 Jun 2024 18:22:53 +0000 (-0700) Subject: ath79: alfa: remove label mac override X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edac7d880a7d42e3b80e916c91ef46720ca41f11;p=thirdparty%2Fopenwrt.git ath79: alfa: remove label mac override This is already done in dts. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/21035 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 28216247b19..30821ee3f57 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -634,16 +634,6 @@ ath79_setup_macs() lan_mac=$(mtd_get_mac_binary "Board data" 2) label_mac=$lan_mac ;; - alfa-network,ap121f|\ - alfa-network,ap121fe|\ - alfa-network,n2q|\ - alfa-network,n5q|\ - alfa-network,pi-wifi4|\ - alfa-network,r36a|\ - alfa-network,tube-2hq|\ - alfa-network,wifi-camppro-nano-duo) - label_mac=$(mtd_get_mac_binary art 0x1002) - ;; arduino,yun) base_mac=$(mtd_get_mac_binary art 0x1002) lan_mac=$(macaddr_setbit $base_mac 29)