[fixed]busybox und serielle Konsole

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
nessus

[fixed]busybox und serielle Konsole

Beitrag von nessus »

Moin,

welcher Parameter ist denn in der busybox für die serielle Konsole zuständig, meine damit das man dort auch Befehle eingeben kann.
Denke mal das müsste in der /tuxbox-cvs/cdk/Patches/busybox.config.m4 eingestellt werden!?

Code: Alles auswählen

#
# Console Utilities
#
option(`CONFIG_CHVT', `n', `n')
option(`CONFIG_CLEAR', `y', `y')
option(`CONFIG_DEALLOCVT', `n', `n')
option(`CONFIG_DUMPKMAP', `n', `n')
option(`CONFIG_LOADFONT', `n', `n')
option(`CONFIG_LOADKMAP', `n', `y')
option(`CONFIG_OPENVT', `n', `n')
option(`CONFIG_RESET', `y', `n')
option(`CONFIG_SETCONSOLE', `n', `n')
option(`CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS', `n', `n')
option(`CONFIG_SETKEYCODES', `n', `n')
option(`CONFIG_SETLOGCONS', `n', `n')
nessus
Edit:
habe es gefunden.

Code: Alles auswählen

option(`CONFIG_SETLOGCONS', `y', `y')