* Arthur Wiebe > Is there still a supported way to build the kernel modules without DKMS?
Yes, standard Kbuild. From the apex of the Jool Git repo, try: $ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/common modules modules_install $ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/nat64 modules modules_install $ make -C /lib/modules/$(uname -r)/build M=$(pwd)/src/mod/siit modules modules_install Tore _______________________________________________ Jool-list mailing list [email protected] https://mail-lists.nic.mx/listas/listinfo/jool-list
