mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 04:39:21 +01:00
This reverts commits: -858a1409f0
-79648bf770
-5ee35073fb
-2349341e3e
-fdf21dccba
MIPS hardware does not have system framebuffer, thus the rationale of drm-panic changes does not apply. I don't know if they can be added back in the future or not.
37 lines
609 B
TOML
37 lines
609 B
TOML
# This part should be sync with sysv.toml
|
|
WERROR=' '
|
|
PSI='*'
|
|
PSI_DEFAULT_DISABLED=' '
|
|
IKHEADERS=' '
|
|
CGROUPS='*'
|
|
MEMCG='*'
|
|
EXPERT=' '
|
|
RELOCATABLE='*'
|
|
RANDOMIZE_BASE='*'
|
|
STACKPROTECTOR='*'
|
|
STACKPROTECTOR_STRONG='*'
|
|
UEVENT_HELPER=' '
|
|
DEVTMPFS='*'
|
|
DEVTMPFS_MOUNT='*'
|
|
SYSFB_SIMPLEFB='*'
|
|
DRM='*'
|
|
DRM_FBDEV_EMULATION='*'
|
|
DRM_SIMPLEDRM='*'
|
|
FRAMEBUFFER_CONSOLE='*'
|
|
NET='*'
|
|
INET='*'
|
|
IPV6='*'
|
|
FW_LOADER=' *'
|
|
FW_LOADER_USER_HELPER=' '
|
|
DMIID='*'
|
|
INOTIFY_USER='*'
|
|
TMPFS='*'
|
|
TMPFS_POSIX_ACL='*'
|
|
CGROUP_SCHED='* '
|
|
|
|
revision='systemd'
|
|
|
|
[RT_GROUP_SCHED]
|
|
value = ' '
|
|
comment = 'This may cause some systemd features malfunction'
|