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 869a0183b9 ramips: fix MAC address setup for Newifi Y1 and Y1S
So far, MAC address setup for those devices has been using local
addresses although additional MAC addresses are available on flash.

On device, we found the following situation:
position   Y1     Y1S
0x4        *:d4   *:e4
0x8004     *:d6   *:e8
0x28       *:d4   *:e4
0x2e       *:d7   *:eb

Since 0x4 and 0x28 yield the same address, the former was set for
&ethernet in DTS. However, the typical location on this
architecture is 0x28, so this patch changes that.

For further setup in 02_network, the local bit for lan_mac is
removed, so the address from &ethernet is used at all. For wan_mac,
instead of calculating an address with local bit set, this patch
exploits the previously unused address in 0x2e.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
5 years ago
..
apm821xx treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ar7 kernel: bump 4.9 to 4.9.186 5 years ago
ar71xx treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 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 armvirt: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
at91 at91/image/sama5.mk: check for sama5d4_xplained device 5 years ago
ath25 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ath79 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
bcm53xx bcm53xx: extend firmware validation 5 years ago
brcm47xx brcm47xx: extend firmware validation 5 years ago
brcm63xx kernel: bump 4.14 to 4.14.141 5 years ago
brcm2708 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
cns3xxx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
gemini gemini: Enable flash boot on reference design type 5 years ago
generic kernel: net_sched: fix a NULL pointer deref in ipt action 5 years ago
imx6 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ipq40xx treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ipq806x treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
ixp4xx treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
kirkwood treewide: sync bootcount scripts across targets 5 years ago
lantiq lantiq: add device alias for Alpha ASL56026 5 years ago
layerscape kernel: bump 4.14 to 4.14.136 5 years ago
malta malta: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
mediatek treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
mpc85xx treewide: convert WiFi caldata size and offset to hexadecimal 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: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
orion orion: sysupgrade: change platform_check_image() args validation 5 years ago
oxnas oxnas: convert DEVICE_TITLE to new variables 5 years ago
pistachio treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ramips ramips: fix MAC address setup for Newifi Y1 and Y1S 5 years ago
rb532 treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 5 years ago
sunxi treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
tegra treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
zynq zynq: remove kernel 4.14 support 5 years ago
Makefile