]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/e1000
Firewall: Bug 10514 fixed
[people/teissler/ipfire-2.x.git] / lfs / e1000
index 25abe4538f7c6411484780a465b778ccdaa80b90..d9ae7c63f8c0cc63b3ab7946e0097b67e32bf67b 100644 (file)
--- a/lfs/e1000
+++ b/lfs/e1000
@@ -29,7 +29,7 @@ VERSUFIX = ipfire$(KCFG)
 # e1000 vendor modul is only for legacy xen kernel
 # The 3.2.x kernel has newer module.
 
-KVER = 2.6.32.60
+KVER = 2.6.32.61
 MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/kernel/drivers/net/e1000/
 
 VER        = 8.0.35
@@ -84,8 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mv $(MODPATH)/e1000.ko \
            $(MODPATH)/e1000.ko.org
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP)/src && make -C /lib/modules/$(KVER)-$(VERSUFIX)/build/ \
-               SUBDIRS=$(DIR_APP)/src modules
+       cd $(DIR_APP)/src && make BUILD_KERNEL=$(KVER)-$(VERSUFIX)
        cd $(DIR_APP)/src && install -m 644 e1000.ko $(MODPATH)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)