fix kmod-swconfig module loading typo
SVN-Revision: 21530
This commit is contained in:
parent
46301850d6
commit
2b0bf20c86
|
@ -28,7 +28,7 @@ define KernelPackage/swconfig
|
||||||
DEPENDS:=+kmod-libphy
|
DEPENDS:=+kmod-libphy
|
||||||
KCONFIG:=CONFIG_SWCONFIG
|
KCONFIG:=CONFIG_SWCONFIG
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/phy/swconfig.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/net/phy/swconfig.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,41,libphy)
|
AUTOLOAD:=$(call AutoLoad,41,swconfig)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/swconfig/description
|
define KernelPackage/swconfig/description
|
||||||
|
|
Loading…
Reference in New Issue