mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-07 23:43:41 +08:00
igb-intel: fix typo error (#9751)
`CONFLICT` -> `CONFLICTS`. Fixes: 471976c7d95243 ("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
|
||||
TITLE:=Intel igb drivers - oot version from Intel
|
||||
DEPENDS:=+kmod-ptp @PCI_SUPPORT
|
||||
CONFLICT:=kmod-igb
|
||||
CONFLICTS:=kmod-igb
|
||||
KCONFIG:=CONFIG_IGB \
|
||||
CONFIG_IGB_HWMON=n \
|
||||
CONFIG_IGB_DCA=n
|
||||
|
Loading…
x
Reference in New Issue
Block a user