989c903efb
This one only cares for serial console(s) in sysvinit case now but might end up controlling the number of gettys for ve/vm, etc.
10 lines
193 B
Makefile
10 lines
193 B
Makefile
use/tty:
|
|
@$(call add_feature)
|
|
@$(call xport,TTY_DEV)
|
|
@$(call xport,TTY_RATE)
|
|
|
|
use/tty/S0: use/tty
|
|
@$(call add,THE_PACKAGES,agetty)
|
|
@$(call add,TTY_DEV,ttyS0)
|
|
@$(call set,TTY_RATE,115200)
|