Results 125 comments of dhewg

I had `Failed to get patch semaphore` too. In my case it was a missing firmware. Make sure you have: ``` /lib/firmware/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin /lib/firmware/mediatek/WIFI_RAM_CODE_MT7961_1.bin ```

Yeah, and I'm still using this patch. But in this state it's probably not suitable for upstream. A nicer solution might be to only skip that line if the prior...

There's a video feed which would be the appropriate place to put it: https://github.com/openwrt/video And it's already commented in the main repo's feeds.conf.default

Sneaking around with additional variables next to function arguments obviously isn't very nice. I'm not a committer, but I'd just add an additional function. Since procd_add_mdns() is just a wrapper...

> But that's basically what @meteozond did. What I meant is that now there are function arguments as well as envvars. The mix is a bit sneaky, passing everything as...

> still need some user to test the fake squashfs3 The devices where this is used are: * FRITZ!WLAN Repeater 1750E * FRITZ!WLAN Repeater 300E * FRITZ!Box 4020 * FRITZ!WLAN...

Right, but if the very same thing used for all targets and won't change forever, why bother maintaining a patch? If the target images are reproducable you can even verify...

Hehe yeah, something like that. But that's just my understanding from briefly looking at what's blocking this PR. But if that is indeed just a fake, empty and never changing...

It's more common in the home country of fritz though: https://www.ebay-kleinanzeigen.de/s-fritz-4020/k0

In case anyone finds it useful: I use [this script](https://github.com/openwrt/openwrt/files/9919924/togglewifibycarrier.sh.txt) on a router which sole purpose is to provide wifi connectivity to wired clients. Wifi is toggled based upon any...