lanefu Posted July 1, 2016 Posted July 1, 2016 Task from thread http://forum.armbian.com/index.php/topic/1325-claim-a-task-set-due-date-and-start-doing-it/page-2#entry10580 @Xer0 please provide status here and assign GitHub Task to yourself if possible
Xer0 Posted July 6, 2016 Posted July 6, 2016 So far, i've a minimized tarball with the compiled drivers that can be installed via make. for the .deb, im still to find out how the install script determines to which subdirs one module belongs. it could be the x of x_y*.ko but nor sure 1
zador.blood.stained Posted July 6, 2016 Posted July 6, 2016 So far, i've a minimized tarball with the compiled drivers that can be installed via make. for the .deb, im still to find out how the install script determines to which subdirs one module belongs. it could be the x of x_y*.ko but nor sure Originally we were talking about packaging desktop stuff, but this is mostly done already. If now we are talking about packaging out-of-tree kernel drivers (i.e. wireless), the best way to deal with them is building .deb packages with dkms. This way module should be automatically recompiled and reinstalled on kernel upgrade by dkms.
Recommended Posts