Paul Spooren

Results 408 comments of Paul Spooren

Looks excellent to me, amazing first time contribution! I don't have hardware at hand to test this, do you have a recommendation? That's not a blocker for this PR but...

Any updates on this? I'm facing a similar problem with a Linksys E8450 aka Belkin ~~AX~~RT3200: ``` Tue Mar 30 00:01:16 2021 kern.debug kernel: [ 1596.726529] mt7915e 0000:01:00.0: assign IRQ:...

I merely used the rootfs for CI testing and not as a real deployment. If you have something specific in mind, please elaborate and we can see how to work...

@shivarammysore I don't really understand your error message.

Why would you want to run it as privileged? OpenWrt does some interface resets on init, so it likely hangs somewhere there

Maybe you're missing `-i`? Or did you try to login via SSH? ``` ser@dawn:~$ sudo docker run -it --rm openwrtorg/rootfs:x86-64-19.07.3 Unable to find image 'openwrtorg/rootfs:x86-64-19.07.3' locally x86-64-19.07.3: Pulling from openwrtorg/rootfs...

No. But I don't let it use the host network. What is you use case? Running docker privileged and using host networks sound you should install OpenWrt in the first...

I think a better solution would be to create `wwan6` automatically so a user would end up with `wan`, `wan6`, `wwan` and `wwan6`. IPv6 should be enabled by default in...

Thanks, if I see this correct this is c&p of the Dockerfile I gave earlier as an example. There is a bit more work required. First of, as we support...