armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
4.22k stars 2.29k forks source link

Missing modules in sunxi64 #5017

Closed PanderMusubi closed 1 year ago

PanderMusubi commented 1 year ago

What happened?

Module s5k4ecgx which is available in current https://github.com/armbian/build/blob/main/config/kernel/linux-sunxi64-current.config#L4503 should also be available in edge above the line https://github.com/armbian/build/blob/main/config/kernel/linux-sunxi64-edge.config#L4526

Also the CONFIG_VIDEO_SUN4I_CSI and CONFIG_VIDEO_SUN6I_CSI modules from https://github.com/armbian/build/blob/main/config/kernel/linux-sunxi-edge.config#L4408 should be made available in the current and edge config files for sunxi64 which are mentioned above.

How to reproduce?

Try to load the missing modules.

Branch

main (main development branch)

On which host OS are you observing this problem?

Jammy

Relevant log output

No response

Code of Conduct

github-actions[bot] commented 1 year ago

Jira ticket: AR-1647

EvilOlaf commented 1 year ago

Feel free to build kernel with those, test them and then provide PR.

PanderMusubi commented 1 year ago

Working on a PR

PanderMusubi commented 1 year ago

Please see https://github.com/armbian/build/pull/5041

rpardini commented 1 year ago

merged, thanks, can you check and close this?

EricYin commented 1 year ago

does anyone know how to use general-packaging-5.10.y.patch when building armbian23.02 with kernal 5.10.110? the reason I need this patch is because it seems it fixed issue about missing module.lds file

EvilOlaf commented 1 year ago

Please don't hijack issue reports for unrelated things.