mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 01:31:07 +00:00
lantiq: xrx200: fb7430 set correct label-mac
the CWMP account mac is correctly set on the lan device but was not correctly as label-mac Signed-off-by: Florian Maurer <f.maurer@outlook.de> Link: https://github.com/openwrt/openwrt/pull/17618 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
65de1e0f78
commit
f9813f41b2
@ -125,6 +125,7 @@ lantiq_setup_macs()
|
||||
tffsdev=$(find_mtd_chardev "nand-tffs")
|
||||
lan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n maca -o)
|
||||
wan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n macdsl -o)
|
||||
label_mac=$lan_mac
|
||||
;;
|
||||
bt,homehub-v5a)
|
||||
lan_mac=$(mtd_get_mac_binary_ubi caldata 0x110c)
|
||||
@ -142,6 +143,7 @@ lantiq_setup_macs()
|
||||
|
||||
[ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" "$lan_mac"
|
||||
[ -n "$wan_mac" ] && ucidef_set_interface_macaddr "wan" "$wan_mac"
|
||||
[ -n "$label_mac" ] && ucidef_set_label_macaddr "$label_mac"
|
||||
}
|
||||
|
||||
board_config_update
|
||||
|
Loading…
x
Reference in New Issue
Block a user