aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-05-21 21:25:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-05-21 21:25:39 +0000
commit0d98b3c93770be234ba4490793de13e3cca81c93 (patch)
tree76b5b306f7af6d6f2ddbcd2796b17524ffbebf7a /package
parentbe9b46b6ed3e58cfa74def981cf7442913d5398c (diff)
downloadmaster-187ad058-0d98b3c93770be234ba4490793de13e3cca81c93.tar.gz
master-187ad058-0d98b3c93770be234ba4490793de13e3cca81c93.tar.bz2
master-187ad058-0d98b3c93770be234ba4490793de13e3cca81c93.zip
[package] fix kmod-swconfig module loading typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/netdevices.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk
index d723368ceb..2b5e683cb9 100644
--- a/package/kernel/modules/netdevices.mk
+++ b/package/kernel/modules/netdevices.mk
@@ -28,7 +28,7 @@ define KernelPackage/swconfig
DEPENDS:=+kmod-libphy
KCONFIG:=CONFIG_SWCONFIG
FILES:=$(LINUX_DIR)/drivers/net/phy/swconfig.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,41,libphy)
+ AUTOLOAD:=$(call AutoLoad,41,swconfig)
endef
define KernelPackage/swconfig/description