mirror of https://github.com/hak5/openwrt-owl.git
kernel: add missing symbols
These cause mediatek arm to fail full builds Signed-off-by: John Crispin <john@phrozen.org>openwrt-18.06
parent
95745516a2
commit
6873cf4f63
|
@ -4494,6 +4494,7 @@ CONFIG_SND_PROC_FS=y
|
|||
# CONFIG_SND_SOC_MEDIATEK is not set
|
||||
# CONFIG_SND_SOC_MPC5200_AC97 is not set
|
||||
# CONFIG_SND_SOC_MPC5200_I2S is not set
|
||||
# CONFIG_SND_SOC_MSM8916_WCD_ANALOG is not set
|
||||
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
|
||||
# CONFIG_SND_SOC_MT2701 is not set
|
||||
# CONFIG_SND_SOC_MT8173 is not set
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# CONFIG_AHCI_MTK is not set
|
||||
# CONFIG_AIO is not set
|
||||
CONFIG_ALIGNMENT_TRAP=y
|
||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
||||
|
|
Loading…
Reference in New Issue