The following commit has been merged in the master branch:
commit e60dea52d6e609b588b378008888a49f5ae0ffe8
Author: Ben Armstrong <[EMAIL PROTECTED]>
Date:   Sat Aug 23 08:22:15 2008 -0300

    fix upstream make targets

diff --git a/rt2860-1.7.0.0/debian/rules.modules 
b/rt2860-1.7.0.0/debian/rules.modules
index 19c53f8..cd64a5c 100644
--- a/rt2860-1.7.0.0/debian/rules.modules
+++ b/rt2860-1.7.0.0/debian/rules.modules
@@ -15,11 +15,11 @@ binary-modules: kdist_config
        dh_clean -k
        
        # Build modules
-       $(MAKE) -C $(CURDIR) modules \
+       $(MAKE) -C $(CURDIR) \
        KERNELPATH=$(KSRC) KERNELRELEASE=$(KVERS) KERNELCONF=$(KSRC)/.config
        
        # Install modules
-       $(MAKE) -C $(CURDIR) install-modules \
+       $(MAKE) -C $(CURDIR) install \
        KERNELPATH=$(KSRC) KERNELRELEASE=$(KVERS) KERNELCONF=$(KSRC)/.config \
        DESTDIR=$(CURDIR)/debian/$(PKGNAME) 
KMODPATH=/lib/modules/$(KVERS)/kernel/drivers/net
 

-- 
rt2860 source for the ralink wireless chip in the eeepc 901.

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to