R1-StreamingHeart update, adds runmain.o for tcc to be able to run C files without permanent compilation, like a script. Also adds tmux and a custom bash prompt

This commit is contained in:
markmental 2026-09-21 21:55:26 -04:00
commit 660e54e1df
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -g8de5ae7-dirty Configuration
# Buildroot -gbd62aab-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
@ -3799,7 +3799,7 @@ BR2_PACKAGE_LIBEASTL_ARCH_SUPPORTS=y
# BR2_PACKAGE_LIBEE is not set
# BR2_PACKAGE_LIBEV is not set
# BR2_PACKAGE_LIBEVDEV is not set
# BR2_PACKAGE_LIBEVENT is not set
BR2_PACKAGE_LIBEVENT=y
#
# libexecinfo needs a musl or uclibc toolchain w/ dynamic library
@ -4707,7 +4707,7 @@ BR2_PACKAGE_NEOFETCH=y
BR2_PACKAGE_SUDO=y
# BR2_PACKAGE_TIME is not set
# BR2_PACKAGE_TINI is not set
# BR2_PACKAGE_TMUX is not set
BR2_PACKAGE_TMUX=y
# BR2_PACKAGE_TTYD is not set
# BR2_PACKAGE_WHICH is not set
# BR2_PACKAGE_WTFUTIL is not set

View file

@ -0,0 +1 @@
export PS1='\[\e[38;2;127;255;0m\]\u\[\e[00m\]@\[\e[38;2;19;193;181m\]\h\[\e[01;34m\]: \w\[\e[00m\] \$ '

View file

@ -18,7 +18,7 @@ set -e
TARGET_DIR="${1}"
#STAMP="$(date +%Y%m%d-%H%M%S)"
RELEASE="R1"
CODENAME="LovePara"
CODENAME="StreamingHeart"
STAMP="${RELEASE} ${CODENAME}" # pretty form: R1 ${CODENAME}
STAMP_SAFE="${RELEASE}-${CODENAME}" # sanitized: R1-GhostRule
IMAGES_DIR="$(dirname "${TARGET_DIR}")/images"