diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-26 10:53:35 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-05-05 19:58:49 +0200 |
commit | 92a12c434ca340f619a5bcd327aff8bdaf4ee0c7 (patch) | |
tree | d7a0caea9e66567610d94e8cf4d2e124fa91df03 /target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom | |
parent | 961c0eacea00b2c8e82eed695eb6ae60703f7763 (diff) | |
download | upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.tar.gz upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.tar.bz2 upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.zip |
lantiq: fix avm fritz box mac addresses
It has been shown that the Fritz boxes have the correct mac address set
in the wireless calibration data/eeeprom. Use this mac address as base
for the ethernet and xdsl interface increment/decrement the address to
match the values stored in the tffs.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom')
-rw-r--r-- | target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom index 6b9d23a799..7144423d43 100644 --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom +++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom @@ -138,13 +138,8 @@ case "$FIRMWARE" in ath9k_eeprom_extract "calibration" 61440 0 ath9k_patch_fw_mac_crc $(macaddr_add $(mtd_get_mac_ascii uboot-env ethaddr) +2) 524 ;; - FRITZ3370) + FRITZ3370|FRITZ7320|FRITZ7360SL) ath9k_eeprom_extract "urlader" 2437 0 - ath9k_patch_fw_mac "00:00:00:00:00:00" 2 - ;; - FRITZ7320|FRITZ7360SL) - ath9k_eeprom_extract "urlader" 2437 0 - ath9k_patch_fw_mac_crc "00:00:00:00:00:00" 268 ;; TDW8970|TDW8980) ath9k_eeprom_extract "boardconfig" 135168 0 |