Daniel Golle

Results 273 comments of Daniel Golle

Won't it be easier to add this to cmdline using `/chosen/` section in DTS rather than having to replace the bootloader (again) just for that?

You can always install the `kmod-nvme` package if you wish to install an NVMe. In that case you will most likely also need other additional packages, such as partitioning tools,...

Yes, and for that the user may install kmod-nvme. Or kmod-ata-ahci. Or maybe the user isnt even using the M.2 slot for an SSD at all, but for another XHCI...

Absolutely valid remark. I simply didn't notice that, and agree that it should be removed from the default package set.

It's kinda impossible to know what happened, and especially why the 1.1.3 installer didn't work for you, without any further context. It is important to note that the 1.1.x installer...

Please upload the full backup files somewhere and share them with me *privately* (as they may contain sensitive data such as WiFi credentials). We can then figure out what happened...

Please rename the patch `999-2706-crypto-add-eip197-inside-secure-support.patch` to match the [naming scheme](https://github.com/openwrt/openwrt/blob/main/target/linux/generic/PATCHES). E.g. `810-https://github.com/openwrt/openwrt/blob/main/target/linux/generic/PATCHES` would be good. Please shorten commit title (60 characters or less preferably) and format the commit message to...

``` #define EPROBE_DEFER 517 /* Driver requests probe retry */ ``` Usually this means that a dependency of the driver has not yet been loaded, and needs to be loaded...

I just checked, and Mirror3 doesn't set the `Cache-Control:` header, but it *does* set `Last-Modified:` header as well as `ETag:`, so all classic HTTP cache types of play should just...

Support for features mostly needed on MT7988 doesn't make much sense for 23.05, as we anyway only support the reference board. Hence please drop patches adding support for multiple PPE,...