Skip to content

Commit 1545173

Browse files
committed
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: 08a616b ("generic: backport support for Aeonsemi AS21xxx PHY") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 0f56141 commit 1545173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/kernel/linux/modules/netdevices.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ define KernelPackage/phy-aeonsemi-as21xxx
567567
AUTOLOAD:=$(call AutoLoad,18,as21xxx)
568568
endef
569569

570-
define KernelPackage/phy-aeonsemi-as21x1x/description
570+
define KernelPackage/phy-aeonsemi-as21xxx/description
571571
Kernel modules for Aeonsemi AS21x1x 10G Ethernet PHY
572572
endef
573573

0 commit comments

Comments
 (0)