igb-intel: fix typo error (#9751)

`CONFLICT` -> `CONFLICTS`.

Fixes: 471976c7d9 ("igb-intel: mark conflict with kmod-igb")

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-07-14 00:16:15 +08:00 committed by GitHub
parent 7d04525dda
commit 8b24921ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ define KernelPackage/igb-intel
SUBMENU:=Network Devices SUBMENU:=Network Devices
TITLE:=Intel igb drivers - oot version from Intel TITLE:=Intel igb drivers - oot version from Intel
DEPENDS:=+kmod-ptp @PCI_SUPPORT DEPENDS:=+kmod-ptp @PCI_SUPPORT
CONFLICT:=kmod-igb CONFLICTS:=kmod-igb
KCONFIG:=CONFIG_IGB \ KCONFIG:=CONFIG_IGB \
CONFIG_IGB_HWMON=n \ CONFIG_IGB_HWMON=n \
CONFIG_IGB_DCA=n CONFIG_IGB_DCA=n