mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user