Skip to content

Commit

Permalink
add pattern for kernel 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 1, 2015
1 parent e622f90 commit 7180808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simple/class/20-hwdetect.source
Expand Up @@ -14,6 +14,7 @@ echo 0 > /proc/sys/kernel/printk
case $(uname -r) in
2.6*) kernelmodules="$kernelmodules mptspi dm-mod md-mod aes dm-crypt" ;;
3*) kernelmodules="$kernelmodules mptspi dm-mod md-mod aes dm-crypt" ;;
4*) kernelmodules="$kernelmodules mptspi dm-mod md-mod aes dm-crypt" ;;
esac

for mod in $kernelmodules; do
Expand Down

0 comments on commit 7180808

Please sign in to comment.