mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[PACKAGE/BOARD] add ST_SDL package & update scripts (#54)
* [PACKAGE] add ST_SDL for terminal emulation * [BOARD] rm 3-party `st` app & update scripts
This commit is contained in:
@@ -8,5 +8,5 @@ else
|
||||
echo -en "Invalid video/audio format!"
|
||||
# We're using SDL terminal to display above echo msg
|
||||
## because all stdout is parsed to /dev/null from gmenu2x and it's child ps
|
||||
/mnt/apps/st/st -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n Invalid video or audio format!\"; sleep 2"
|
||||
st -k -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n Invalid video or audio format!\"; sleep 2"
|
||||
fi
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
@@ -1,3 +1,3 @@
|
||||
title=File System Check
|
||||
exec=/mnt/apps/st/st
|
||||
params=-e /mnt/apps/fsck/fsck.sh
|
||||
title=File System Check
|
||||
exec=/usr/bin/st
|
||||
params=-k -e /mnt/apps/fsck/fsck.sh
|
||||
|
@@ -1,3 +1,3 @@
|
||||
title=Terminal
|
||||
description=ST Terminal Emulator
|
||||
exec=/mnt/apps/st/st
|
||||
title=Terminal
|
||||
description=ST Terminal Emulator
|
||||
exec=/usr/bin/st
|
||||
|
Reference in New Issue
Block a user