Hi folks,

attached you can find a small patch to build the zd1211
driver for another kernel than the one that is currently
running. Usage:

        make VERSION=2.6.17.2 install

Very important for remote administration.


Hope this helps. Regards

Harri


--- zd1211-driver-r80/Makefile.orig     2006-02-13 13:50:12.000000000 +0100
+++ zd1211-driver-r80/Makefile  2006-06-24 22:21:13.000000000 +0200
@@ -9,7 +9,8 @@
 LD=ld
 rM=rm -f -r
 
-MODPATH := /lib/modules/$(shell uname -r)
+VERSION := $(shell uname -r)
+MODPATH := /lib/modules/$(VERSION)
 
 # if the kernel is 2.6.x, turn on this
 KERN_26=y
@@ -218,13 +219,13 @@
        make
        make install
 
-       
+
 
 install: all
        mkdir -p $(MODPATH)/net
 #      mkdir -p /etc/zd1211
        cp $(MODULE) $(MODPATH)/net
-       depmod -a
+       depmod -a $(VERSION)
 
 #for apdbg
        gcc -o apdbg apdbg.c

Attachment: signature.asc
Description: OpenPGP digital signature

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to