aboutsummaryrefslogtreecommitdiffstats
path: root/package/switch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-21 16:53:15 +0000
committerJohn Crispin <john@openwrt.org>2013-06-21 16:53:15 +0000
commit39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc (patch)
tree206fb88024c4b27e34908427458ac4057c89fd68 /package/switch
parent2be717560ac9bf55cf94253d16c1d271d71c5df6 (diff)
downloadupstream-39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc.tar.gz
upstream-39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc.tar.bz2
upstream-39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc.zip
brcm47xx: dont manually insmod switch drivers
Signed-off-by: John Crispin <bloic@openwrt.org> SVN-Revision: 36993
Diffstat (limited to 'package/switch')
-rw-r--r--package/switch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile
index c577584803..fd1504e156 100644
--- a/package/switch/Makefile
+++ b/package/switch/Makefile
@@ -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