aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt76x8/base-files/etc/board.d
diff options
context:
space:
mode:
authorTobias Welz <tw@wiznet.eu>2020-08-04 18:30:15 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-06 13:33:26 +0200
commit633ea0db0f70c226f272db4727a58f96d3135208 (patch)
tree8ea4b4ead6c52ca2b0378736f48034e4948a4dcc /target/linux/ramips/mt76x8/base-files/etc/board.d
parentd0b229f553a814b22c16976e40a197f892c0c0df (diff)
downloadupstream-633ea0db0f70c226f272db4727a58f96d3135208.tar.gz
upstream-633ea0db0f70c226f272db4727a58f96d3135208.tar.bz2
upstream-633ea0db0f70c226f272db4727a58f96d3135208.zip
ramips: WizFi630S use macs from factory partion
WIZnet WizFi630s has three mac addresses in the factory partition: 0x04 (also on the label), 0x28 for wan mac and 0x2e as lan mac. All three macadresses are sequential series of addresses. This is making use of them. While at it, also add the label MAC address to 02_network. MAC addresses as verified by OEM firmware: use interface source WLAN ra0 factory 0x04 (label) WAN eth0.2 factory 0x28 (label + 1) LAN eth0.1 factory 0x2e (label + 2) Signed-off-by: Tobias Welz <tw@wiznet.eu> [fix sorting in 02_network, commit message adjustments] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt76x8/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/mt76x8/base-files/etc/board.d/02_network7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
index 83437ea364..3920afde95 100755
--- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
@@ -199,8 +199,7 @@ ramips_setup_macs()
;;
rakwireless,rak633|\
unielec,u7628-01-16m|\
- wavlink,wl-wn575a3|\
- wiznet,wizfi630s)
+ wavlink,wl-wn575a3)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x28)" 1)
;;
tplink,archer-c20-v4|\
@@ -225,6 +224,10 @@ ramips_setup_macs()
zbtlink,zbt-we1226)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x2e)" 1)
;;
+ wiznet,wizfi630s)
+ label_mac=$(mtd_get_mac_binary factory 0x4)
+ wan_mac=$(mtd_get_mac_binary factory 0x28)
+ ;;
xiaomi,mir4a-100m)
wan_mac=$(mtd_get_mac_binary factory 0x4)
;;