From 786edd257b9214825a9b2067c863b4c263fed12f Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 22 Oct 2006 15:57:41 +0000 Subject: add missing autoload options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5254 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/network.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package') diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index f3ab2ff70..c5b744fd7 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -264,6 +264,7 @@ define KernelPackage/sis900 KCONFIG:=$(CONFIG_SIS900) DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86 SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,sis900) endef $(eval $(call KernelPackage,sis900)) @@ -275,6 +276,7 @@ define KernelPackage/via-rhine KCONFIG:=$(CONFIG_VIA_RHINE) DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86 SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,via-rhine) endef $(eval $(call KernelPackage,via-rhine)) @@ -286,6 +288,7 @@ define KernelPackage/8139too KCONFIG:=$(CONFIG_8139TOO) DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86 SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,8139too) endef $(eval $(call KernelPackage,8139too)) @@ -297,6 +300,7 @@ define KernelPackage/e100 KCONFIG:=$(CONFIG_E100) DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86 SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,e100) endef $(eval $(call KernelPackage,e100)) @@ -314,5 +318,6 @@ define KernelPackage/3c59x KCONFIG:=$(CONFIG_3C59X) DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86 SUBMENU:=$(NDMENU) + AUTOLOAD:=$(call AutoLoad,50,3c59x) endef $(eval $(call KernelPackage,3c59x)) -- cgit v1.2.3