diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:53:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:53:15 +0000 |
commit | 39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc (patch) | |
tree | 206fb88024c4b27e34908427458ac4057c89fd68 /package | |
parent | 2be717560ac9bf55cf94253d16c1d271d71c5df6 (diff) | |
download | upstream-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')
-rw-r--r-- | package/switch/Makefile | 2 |
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 |