clockworkpi / DevTerm

This code repository offers downloads for the latest images of various DevTerm models, as well as kernel patches, keyboard firmware, the source code for screen and printer drivers, hardware schematics, assembly instructions, and essential technical documents.
GNU Lesser General Public License v2.1
390 stars 68 forks source link

Fix build by specifying kernel 5.10.60 #28

Closed sboger closed 2 years ago

sboger commented 2 years ago

This creates the file lib.config with one line: KERNELBRANCH='tag:v5.10.60'

This forces the build system to use the 5.10.60 kernel sources only.

I also updated the readme to perform a proper build.