mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
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:
parent
7d04525dda
commit
8b24921ba0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user