Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian: Allow kmod or module-init-tools for backward compatibility.
Commit d473844 (debian: Depend on 'kmod' instead of module-init-tools.) switched from depending on module-init-tools to depending on kmod, which is the new name of the appropriate package in Debian. Unfortunately, while kmod is the right name for the latest Debian distribution, it doesn't have that name in old distributions and thus breaks the build on those. This commit should work OK in either case, since it allows both names. Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Justin Pettit <[email protected]> Acked-by: Gurucharan Shetty <[email protected]>
- Loading branch information