add auto-rebuild for host builds (tested with tools/ and toolchain/)
[openwrt.git] / package / kernel / modules / network.mk
index 412e4ad..ec307b6 100644 (file)
@@ -322,7 +322,7 @@ define KernelPackage/ne2k-pci
        ne2k-pci Ethernet Adapter kernel support.
   FILES:=$(MODULES_DIR)/kernel/drivers/net/ne2k-pci.$(LINUX_KMOD_SUFFIX) \
        $(MODULES_DIR)/kernel/drivers/net/8390.$(LINUX_KMOD_SUFFIX)
-  KCONFIG:=$(CONFIG_NE2K-PCI)
+  KCONFIG:=$(CONFIG_NE2K_PCI)
   DEPENDS:=@LINUX_2_6_X86
   SUBMENU:=$(NDMENU)
   AUTOLOAD:=$(call AutoLoad,50,8390 ne2k-pci)
@@ -363,6 +363,7 @@ define KernelPackage/e1000
   KCONFIG:=$(CONFIG_E1000)
   DEPENDS:=@LINUX_2_6_X86
   SUBMENU:=$(NDMENU)
+  AUTOLOAD:=$(call AutoLoad,50,e1000)
 endef
 $(eval $(call KernelPackage,e1000))
 
This page took 0.020514 seconds and 4 git commands to generate.