mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
armsr: armv8: fix invalid symbol value for FSL_ENETC_QOS
The kernel FSL_ENETC_QOS option is only a compile time option, it does not result in a separate module being built. Set it to 'y' to resolve a warning from the kernel compile: .config:2654:warning: symbol value 'm' invalid for FSL_ENETC_QOS Signed-off-by: Mathew McBride <matt@traverse.com.au> Fixes:c3151b6f04("armvirt: 64: add support for other SystemReady-compatible vendors") (cherry picked from commit7770d08e2b)
This commit is contained in:
parent
3c316f3e24
commit
cebed31c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ define KernelPackage/fsl-enetc-net
|
|||
KCONFIG:= \
|
||||
CONFIG_FSL_ENETC \
|
||||
CONFIG_FSL_ENETC_VF \
|
||||
CONFIG_FSL_ENETC_QOS
|
||||
CONFIG_FSL_ENETC_QOS=y
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/freescale/enetc/fsl-enetc.ko \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/freescale/enetc/fsl-enetc-vf.ko \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue