ColorfulRhino

Results 158 comments of ColorfulRhino
trafficstars

Not quite directly related, but I have discovered that patches created with `kernel-patch` output patches with 5 additional lines before and after the addition/deletion lines, whereas normal Git patches just...

> Should be easy to fix, eg, make them equal -- but really, what is better, 5 or 3, I dunno. 5 is better because more context 👍 This way...

> > git diff --no-index > > Hmm. Is there a `git format-patch` version of this I missed? I don't think so, but actually I think I finally found out...

Thanks for reporting this! This can be fixed by removing the `swapaccount=1` option from all the boot scripts. The option was deprecated in 6.1 and doesn't do much today: https://github.com/torvalds/linux/commit/b25806dcd3d5248833f7d2544ee29a701735159f...

> ... and 8723cs wireless driver. > > ... and 8723cs wireless driver. > > I the offender is the shared driver in [patches/misc](https://github.com/armbian/build/tree/main/patch/misc/wireless-rtl8723cs), I can handle that. 8723cs is...

Apologies, I didn't see your comments before writing PR https://github.com/armbian/build/pull/6703 > This would need to be tested by people that have hardware and time. I can only keep this going...

> Are there any other Armbian supported boards using the RTL8723DS aside from the RockPi-S? Sifting through the Armbian forums I believe "tinkerboard r2.0" does have this chip as well....

> This code is not used by the build system. And can be deleted. Thanks for confirming this! > The last minutes of the life of the functions that did...

> We'd need to rebase things out of existence (rewrite _history_) and force-push to actually make it smaller. See `git filter-branch` and `git-filter-repo` for possible approaches, but it would be...

> Yes, unfortunately and u-boot is not build-able anymore. Full remove? I was first thinking keeping it is better since this family has no other kernel than legacy. But the...