mirror of https://github.com/hak5/openwrt.git
kernel: add missing drm symbol
dependency introduced with module drm-kms-helper Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>openwrt-19.07
parent
5a829af69a
commit
16b381179f
|
@ -1222,6 +1222,7 @@ CONFIG_DQL=y
|
|||
# CONFIG_DRM_UDL is not set
|
||||
# CONFIG_DRM_VBOXVIDEO is not set
|
||||
# CONFIG_DRM_VGEM is not set
|
||||
# CONFIG_DRM_VIRTIO_GPU is not set
|
||||
# CONFIG_DRM_VMWGFX is not set
|
||||
# CONFIG_DS1682 is not set
|
||||
# CONFIG_DS1803 is not set
|
||||
|
|
|
@ -1293,6 +1293,7 @@ CONFIG_DQL=y
|
|||
# CONFIG_DRM_UDL is not set
|
||||
# CONFIG_DRM_VBOXVIDEO is not set
|
||||
# CONFIG_DRM_VGEM is not set
|
||||
# CONFIG_DRM_VIRTIO_GPU is not set
|
||||
# CONFIG_DRM_VKMS is not set
|
||||
# CONFIG_DRM_VMWGFX is not set
|
||||
# CONFIG_DRM_XEN is not set
|
||||
|
|
|
@ -1118,6 +1118,7 @@ CONFIG_DQL=y
|
|||
# CONFIG_DRM_TOSHIBA_TC358767 is not set
|
||||
# CONFIG_DRM_UDL is not set
|
||||
# CONFIG_DRM_VGEM is not set
|
||||
# CONFIG_DRM_VIRTIO_GPU is not set
|
||||
# CONFIG_DS1682 is not set
|
||||
# CONFIG_DS1803 is not set
|
||||
# CONFIG_DST_CACHE is not set
|
||||
|
|
Loading…
Reference in New Issue