mpc85xx: remove Watchguard T10 MAC override
authorDavid Bauer <mail@david-bauer.net>
Sat, 18 Mar 2023 03:31:40 +0000 (04:31 +0100)
committerDavid Bauer <mail@david-bauer.net>
Mon, 20 Mar 2023 02:10:36 +0000 (03:10 +0100)
As the mac-address readout never worked, the mac-address fillout by the
bootloader is sufficient. Remove the readout for the Watchguard T10
then.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mpc85xx/base-files/lib/preinit/10_fix_eth_mac.sh

index 0d9058420b73ceb060be153d888118d9d25cba15..462a9e9dd8e1677c968ea5ec660150a4b1ef061a 100644 (file)
@@ -7,11 +7,6 @@ preinit_set_mac_address() {
                ip link set dev eth0 address $(mtd_get_mac_ascii cfg1 ethaddr)
                ip link set dev eth1 address $(mtd_get_mac_ascii cfg1 eth1addr)
                ;;
-       watchguard,firebox-t10)
-               ip link set dev eth0 address "$(mtd_get_mac_text "device_id" 0x1830)"
-               ip link set dev eth1 address "$(mtd_get_mac_text "device_id" 0x1844)"
-               ip link set dev eth2 address "$(mtd_get_mac_text "device_id" 0x1858)"
-               ;;
        esac
 }