-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Angus,

thanks for your report, but I think my code has more errors... Can you test 
this?

# linux-image vs kernel-image
ksublevel:=$(shell egrep '^SUBLEVEL +=' $(KSRC)/Makefile 2>/dev/null | \
                  sed -e 's/[^0-9]*\([0-9]*\)/\1/')
ifeq ($(strip $(shell echo $(KVERS) | sed -e 's/^\([2-9]\.[2-9]\)\..*/\1/')), 
2.6)
   ifeq "$(shell test $(strip $(ksublevel)) -le  11 && echo yes )" "yes"
      ifeq "$(shell test $(strip $(ksublevel)) -lt 9 && echo yes )" "yes"
         $(error This driver needs a linux kernel version => 2.6.9)
      else
         KLINUX=kernel
      endif
   else
      KLINUX=linux
   endif
else
   $(error This driver needs a linux kernel version => 2.6.x)
endif

Thanks again
- --
Victor Seva
[EMAIL PROTECTED]
http://www.torreviejawireless.org
http://linuxmaniac.homeip.net
jabber: [EMAIL PROTECTED]
PGP Key ID: 0xDD12F253
Socio numero 78 de ANURI
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDS/MdS/DSSd0S8lMRAsfDAJ45IntMXODQe3BOay4+X0Mt/8UITACglGlz
KGuozp6KaVnhbsq+nKbc3/0=
=Vn6P
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to