mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Enable acpid on all platforms
This commit is contained in:
parent
224ed0bc99
commit
aab263279b
@ -5,12 +5,13 @@ same_as = "../drivers"
|
||||
template = "custom"
|
||||
script = """
|
||||
BINS=(
|
||||
acpid
|
||||
fbcond
|
||||
inputd
|
||||
lived
|
||||
nvmed
|
||||
pcid
|
||||
vesad
|
||||
lived
|
||||
)
|
||||
|
||||
virt_bins()
|
||||
@ -43,7 +44,6 @@ case "${TARGET}" in
|
||||
;;
|
||||
x86_64-unknown-redox)
|
||||
x86_common_bins
|
||||
BINS+=(acpid)
|
||||
;;
|
||||
aarch64-unknown-redox)
|
||||
aarch64_bins
|
||||
|
||||
@ -11,6 +11,7 @@ fbcond 1 2
|
||||
logd /scheme/debug /scheme/fbcon/1
|
||||
stdio /scheme/log
|
||||
ramfs logging
|
||||
acpid
|
||||
pcid /etc/pcid/initfs.toml
|
||||
lived
|
||||
unset DISK_LIVE_ADDR DISK_LIVE_SIZE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user