rtl_eth: fix package description

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit abed583dc6c1c8b03d6f62181c14250234ac56e8)
This commit is contained in:
Tianling Shen 2022-12-09 00:36:10 +08:00
parent 64d46c7404
commit d469657438
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ define KernelPackage/r8101
AUTOLOAD:=$(call AutoProbe,r8101)
endef
define Package/r8101/description
define KernelPackage/r8101/description
This package contains a driver for Realtek r8101 chipsets.
endef

View File

@ -29,7 +29,7 @@ define KernelPackage/r8125
AUTOLOAD:=$(call AutoProbe,r8125)
endef
define Package/r8125/description
define KernelPackage/r8125/description
This package contains a driver for Realtek r8125 chipsets.
endef

View File

@ -29,7 +29,7 @@ define KernelPackage/r8168
CONFLICTS:=kmod-r8169
endef
define Package/r8168/description
define KernelPackage/r8168/description
This package contains a driver for Realtek r8168 chipsets.
endef