alt-server.mk: add +power +net-eth on e2k
These would have been lost as compared to 9.0 release otherwise, and e2k's power button handling differs slightly so acpid is a must.
This commit is contained in:
parent
8b410d6a03
commit
7d48ee9847
@ -63,4 +63,8 @@ ifeq (,$(filter-out ppc64le aarch64 e2k%,$(ARCH)))
|
||||
distro/alt-server:: use/install2/vnc/listen; @:
|
||||
endif
|
||||
|
||||
ifeq (,$(filter-out e2k%,$(ARCH)))
|
||||
distro/alt-server:: +power +net-eth; @:
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user