1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 21:32:59 +02:00

[package] fix kmod-swconfig module loading typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21530 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-05-21 21:25:39 +00:00
parent 7d31402e8b
commit 9629fe27df

View File

@ -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