]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/mcs7830
Disabled ub driver
[people/pmueller/ipfire-2.x.git] / lfs / mcs7830
index 2d1be4022510b0b315d166d9d164a20cf91b7654..e5eb43bf8f05175c5b114a7de01e6e39f1842e7b 100644 (file)
@@ -82,11 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(SMP)" "1"
        cd $(DIR_APP) && make clean
        cd $(DIR_APP) && make -C /lib/modules/$(KVER)-ipfire-smp/build/ SUBDIRS=$(DIR_APP) modules
-       cd $(DIR_APP) && install -m 644 mcs7830.ko /lib/modules/$(KVER)-ipfire-smp/kernel/drivers/net 
+       cd $(DIR_APP) && install -m 644 mcs7830.ko /lib/modules/$(KVER)-ipfire-smp/kernel/drivers/usb/net 
 else
        cd $(DIR_APP) && make clean
        cd $(DIR_APP) && make -C /lib/modules/$(KVER)-ipfire/build/ SUBDIRS=$(DIR_APP) modules
-       cd $(DIR_APP) && install -m 644 mcs7830.ko /lib/modules/$(KVER)-ipfire/kernel/drivers/net 
+       cd $(DIR_APP) && install -m 644 mcs7830.ko /lib/modules/$(KVER)-ipfire/kernel/drivers/usb/net 
 endif
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)