1
0
Fork 0
forked from mirror/openwrt

kernel: netdevices: fix typo for Aeonsemi AS21xxx description

Fix a typo on defining the PHY package kmod description that reference
phy-aeonsemi-as21x1x package instead of phy-aeonsemi-as21xxx.

Fixes: 08a616b216 ("generic: backport support for Aeonsemi AS21xxx PHY")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2025-09-29 13:56:15 +02:00
parent 0f56141c6c
commit 1545173ec1
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -567,7 +567,7 @@ define KernelPackage/phy-aeonsemi-as21xxx
AUTOLOAD:=$(call AutoLoad,18,as21xxx)
endef
define KernelPackage/phy-aeonsemi-as21x1x/description
define KernelPackage/phy-aeonsemi-as21xxx/description
Kernel modules for Aeonsemi AS21x1x 10G Ethernet PHY
endef