diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/autodetect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/autodetect b/install/autodetect index 37af3be..c98db73 100644 --- a/install/autodetect +++ b/install/autodetect @@ -4,6 +4,8 @@ build() { local m= local -a md_devs mods + [[ $KERNELVERSION == none ]] && return 0 + add_if_avail() { local r= resolved=() |