yangfl
yangfl
I think you can't use the shell syntax in `Exec=`. ```"$SHELL" -i -c scrcpy``` Strange, but acceptable as long as the software author satisfies with it.
https://t.me/LeanSaidWTF/198
I think the info page of a connecting network is just a good template - just make it editable. It won't cover all but still good enough (since usually other...
Thank you! This should not impact performance of existing configs since regex matching is not called if no regex filter defined. Nevertheless I've add such an option for it.
@Ansuel the 900 patch has been accepted by kernel, so we just put it here for the time being, and simply wait openwrt getting that newer version of kernel
https://github.com/torvalds/linux/commit/d08cb25556773c65efb21761b75f92c804ad0975
@Ansuel no one use UIMAGE_TIME before. Setting SOURCE_DATE_EPOCH golbally would be too destructive for other parts other than uimage build.
Really? Setting SOURCE_DATE_EPOCH manually won't prevent any reproducibility as long as the time is fixed.
If (if I'm correct) UIMAGE_TIME is not set in device recipe, how could this affect SOURCE_DATE_EPOCH?
nah... we could create another build command say 'uImage-fix-time', but that would require dirty hack on header crc and is not desirable I think.