You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Adrian Schmutzler 8f0deedc11 ramips: fix WiFi MAC addresses for D-Link DIR-810L
So far, WiFi MAC addresses for this device have been set up from
caldata. However, this returns values which do not look like MAC
addresses. They also do not match stock firmware:

wlan0 (5.0): 00:11:22:00:17:D0 from 0x8004
wlan1 (2.4): 00:11:22:00:17:CD from 0x4 (and 0x2e)

It looks like the only valid MAC address on this device is at 0x28.

So, this patch changes setup to calculate addresses based on the
value at 0x28:

lan: *:0A (flash, label)
wan: *:0B (flash + 1)
wifi2: *:0A (flash)
wifi5: *:0C (flash + 2)

Thanks to Roger Pueyo Centelles <roger.pueyo@guifi.net> for
investigating this on his devices.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit d1072096f4)
5 years ago
..
apm821xx treewide: remove 4.19 leftovers 5 years ago
ar71xx ar71xx: add model detection for UniFi AC-LR 5 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt kernel: Remove CONFIG_COMPAT 5 years ago
at91 at91:renaming subtraget legacy to sam9x 5 years ago
ath25 treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
ath79 ath79: add support for UniFi AC-LR 5 years ago
bcm53xx bcm53xx: sysupgrade: support Luxul NAND devices 5 years ago
brcm47xx kernel: bump 4.14 to 4.14.151 5 years ago
brcm63xx kernel: bump 4.14 to 4.14.145 5 years ago
brcm2708 kernel: bump 4.14 to 4.14.150 5 years ago
cns3xxx treewide: remove 4.19 leftovers 5 years ago
gemini treewide: remove 4.19 leftovers 5 years ago
generic kernel: bump 4.14 to 4.14.151 5 years ago
imx6 treewide: remove 4.19 leftovers 5 years ago
ipq40xx ipq40xx: essedma: Fix dead lock 5 years ago
ipq806x ipq806x: remove unsupported hw-crypto qce driver 5 years ago
kirkwood kirkwood: Fix FS#505 - Can't install LEDE on Linksys EA3500 5 years ago
lantiq kernel: bump 4.14 to 4.14.145 5 years ago
layerscape kernel: bump 4.14 to 4.14.151 5 years ago
malta treewide: remove 4.19 leftovers 5 years ago
mediatek kernel: bump 4.14 to 4.14.145 5 years ago
mpc85xx mpc85xx: correct TP-LINK TL-WDR4900 MAC addresses 5 years ago
mvebu treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
mxs mxs: disable unused serial drivers 5 years ago
octeon treewide: remove 4.19 leftovers 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
oxnas kernel: bump 4.14 to 4.14.128 5 years ago
pistachio kernel: bump 4.14 to 4.14.91 5 years ago
ramips ramips: fix WiFi MAC addresses for D-Link DIR-810L 5 years ago
rb532 kernel: bump 4.14 to 4.14.86 6 years ago
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 5 years ago
sunxi treewide: remove 4.19 leftovers 5 years ago
tegra treewide: remove 4.19 leftovers 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 treewide: remove 4.19 leftovers 5 years ago
zynq zynq: make title consistent for all devices 5 years ago
Makefile