The DIR-685 has the MAC addresses in the RedBoot code just like
DNS-313. Check some magic numbers to determine that the MAC
address is where we want it and extract it from RedBoot.
Signed-off-by: Linus Walleij
---
.../lib/preinit/05_set_ether_mac_gemini | 15 +++
1 file cha
If a MAC address is for example 00:50:c2:11:11:11 using
hexdump to extract this from raw bytes in the flash will
yield "00:50:c2:11*" with the asterisk indicating "more
of the same".
This will inhibit the MAC address from being assigned
correctly, so fix it by passing -v to hexdump.
Signed-off-by
The DNS-313 isn't the only special board so let's bite the
bullet and create a case ladder in preparation for DIR-685.
Signed-off-by: Linus Walleij
---
.../lib/preinit/05_set_ether_mac_gemini | 30 ---
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/target/l
Hi Hauke,
this patch regresses my Gemini systems because I really need these switches
to come up and this patch:
On Sun, May 12, 2019 at 7:32 PM Hauke Mehrtens wrote:
> diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19
> CONFIG_NET_DSA=y
> -# CONFIG_NET_DSA_LEGACY
The squashfs+jffs2 root filesystem only came up as read-only
and the config would not take:
[ 25.600237] mount_root: Could not open mtd device: /dev/mtd4
[ 25.634674] mount_root: reading rootfs_data failed
[ 25.665346] mount_root: Could not open mtd device: /dev/mtd3
[ 25.699802] mount_roo
Paul Spooren [2019-05-23 18:57:09]:
> root@dawn:/home/a# docker -v
> Docker version 18.09.6, build 481bc77
Latest seems to be 19.03.0-beta4[1].
> root@f62c16ac8fa3:/# ls -a .dockerenv
> .dockerenv
>
> root@f62c16ac8fa3:/# cat /proc/1/environ
> HOSTNAME=f62c16ac8fa3SHLVL=1HOME=/rootcontainer=lxc
Dne 19. 05. 19 v 23:45 Hauke Mehrtens napsal(a):
>
> Have you seen such feature in any other upstream IRQ driver?
> This automatic assignment of IRQs to VPEs looks a little bit strange to
> me, but I am also not an expter on IRQs.
>
Yes loongson64 has it in ht_irqdispatch():
https://elixir.boot