aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-03-26 10:53:35 +0200
committerMathias Kresin <dev@kresin.me>2017-05-05 19:58:49 +0200
commit92a12c434ca340f619a5bcd327aff8bdaf4ee0c7 (patch)
treed7a0caea9e66567610d94e8cf4d2e124fa91df03 /target/linux/lantiq/base-files
parent961c0eacea00b2c8e82eed695eb6ae60703f7763 (diff)
downloadupstream-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')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/02_network9
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom7
2 files changed, 10 insertions, 6 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network
index 2f744f859a..f63be9e3fd 100755
--- a/target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/base-files/etc/board.d/02_network
@@ -100,7 +100,16 @@ EASY80920NAND|EASY80920NOR)
"0:lan:4" "1:lan:3" "2:lan:2" "4:lan:1" "5:wan:5" "6t@eth0"
;;
+FRITZ3370)
+ wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2439)" 1)
+ ;;
+
+FRITZ7320)
+ wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2705)" 1)
+ ;;
+
FRITZ7360SL)
+ wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2705)" 1)
ucidef_add_switch "switch0" \
"0:lan:3" "1:lan:4" "2:lan:2" "4:lan:1" "6t@eth0"
;;
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