config.mk 193 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1 2 3 4 5 6 7 8 9
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)