mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 06:49:43 +01:00
kernel: add kmod-phy-motorcomm
The Motorcomm YT8821 2.5G PHY is being used in some devices as an alternative to devices like the RTL8221B. Package it as a kmod so it can be used as a device package rather than requiring changes to the target kernel config. Signed-off-by: Andrew MacIntyre <andymac@pcug.org.au> Link: https://github.com/openwrt/openwrt/pull/21399 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
082fe669f7
commit
96a1337374
1 changed files with 17 additions and 0 deletions
|
|
@ -621,6 +621,23 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,phy-aquantia))
|
||||
|
||||
|
||||
define KernelPackage/phy-motorcomm
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Motorcomm Ethernet PHYs
|
||||
DEPENDS:=+kmod-libphy
|
||||
KCONFIG:=CONFIG_MOTORCOMM_PHY
|
||||
FILES:=$(LINUX_DIR)/drivers/net/phy/motorcomm.ko
|
||||
AUTOLOAD:=$(call AutoLoad,18,motorcomm,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/phy-motorcomm/description
|
||||
Supports the Motorcomm 8511/8521/8531/8531S/8821 Ethernet PHYs
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,phy-motorcomm))
|
||||
|
||||
|
||||
define KernelPackage/dsa
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Distributed Switch Architecture support
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue