brcm47xx: dont manually insmod switch drivers

Signed-off-by: John Crispin <bloic@openwrt.org>

SVN-Revision: 36993
This commit is contained in:
John Crispin
2013-06-21 16:53:15 +00:00
parent 2be717560a
commit 39df8d1a45
2 changed files with 1 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ define KernelPackage/switch
$(PKG_BUILD_DIR)/switch-core.ko \
$(PKG_BUILD_DIR)/switch-adm.ko \
$(PKG_BUILD_DIR)/switch-robo.ko
AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm)
AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm,1)
endef
define KernelPackage/switch/description