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:
parent
0f56141c6c
commit
1545173ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue