3 @@ -155,13 +155,15 @@ unload:
5 @echo -n "Checking kernel configuration... "
7 - @# check version of kernel
8 - @echo $(KERNELRELEASE) | grep -q -i '^[2-9]\.[4-9]\.' || { \
10 - echo "Only kernel versions 2.4.x and above are supported."; \
11 - echo "You have $(KERNELRELEASE)."; \
14 + @# check kernel version
15 + @case $(KERNELRELEASE) in \
19 + echo "Only kernel versions 2.4.x and above are supported."; \
20 + echo "You have $(KERNELRELEASE)."; \
24 @# check kernel configuration
25 @if [ -z "$(CONFIG_SYSCTL)" ]; then \