mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 15:17:01 +02:00
linux6.0: fix ppc32 build
This commit is contained in:
parent
e15f30c32e
commit
562231349b
2 changed files with 2 additions and 3 deletions
|
@ -5618,7 +5618,7 @@ CONFIG_DRM_SIMPLE_BRIDGE=m
|
|||
|
||||
CONFIG_DRM_ETNAVIV=m
|
||||
CONFIG_DRM_ETNAVIV_THERMAL=y
|
||||
CONFIG_DRM_LOGICVC=m
|
||||
# CONFIG_DRM_LOGICVC is not set
|
||||
CONFIG_DRM_MXS=y
|
||||
# CONFIG_DRM_MXSFB is not set
|
||||
CONFIG_DRM_IMX_LCDIF=m
|
||||
|
|
|
@ -15,8 +15,7 @@ skip_extraction="patch-${version}.xz"
|
|||
python_version=3
|
||||
|
||||
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
|
||||
# ppc: ERROR: modpost: "__devm_regmap_init_mmio_clk" [drivers/gpu/drm/logicvc/logicvc-drm.ko] undefined!
|
||||
archs="x86_64* i686* aarch64* ppc64*"
|
||||
archs="x86_64* i686* aarch64* ppc*"
|
||||
|
||||
nodebug=yes # -dbg package is generated below manually
|
||||
nostrip=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue