Changeset 2174

Show
Ignore:
Timestamp:
03/05/07 12:56:45 (2 years ago)
Author:
kelmo
Message:

Allow madwifi to install in chroot where kernel may not be same as that of host system by supplying KERNELRELEASE as the "version" argument to depmod. Thanks Kryczek

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r2168 r2174  
    9595        done 
    9696ifeq ($(DESTDIR),) 
    97         (export KMODPATH=$(KMODPATH); /sbin/depmod -ae
     97        (export KMODPATH=$(KMODPATH); /sbin/depmod -ae $(KERNELRELEASE)
    9898endif 
    9999