mirror of
https://github.com/sheumann/hush.git
synced 2025-02-12 06:31:09 +00:00
Hello, function build_dep in modprobe.c assumes that dependencies of one module have not more than 255 chars; that is not sufficient in kernel 2.6.7 (alsa sound modules). - Below is a diff that solves the problem for me. With regards, Christian Ostheimer