From 306268f37c76abdb0e359ed1825f8d06031a13f3 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 16 Nov 2024 15:54:54 +0100 Subject: [PATCH] Fixing config and js_romfs. --- .config | 2 +- build_js_romfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config b/.config index 9c2a954405..241818b8c1 100644 --- a/.config +++ b/.config @@ -1921,11 +1921,11 @@ CONFIG_INTERPRETERS_DUKTAPE=y CONFIG_INTERPRETERS_DUKTAPE_PRIORITY=100 CONFIG_INTERPRETERS_DUKTAPE_STACKSIZE=8192 # CONFIG_INTERPRETERS_FICL is not set -# CONFIG_INTERPRETERS_LUAJIT is not set CONFIG_CUSTOM_APPS_CUSTOM_HELLO=y CONFIG_CUSTOM_APPS_CUSTOM_HELLO_PROGNAME="custom_hello" CONFIG_CUSTOM_APPS_CUSTOM_HELLO_PRIORITY=100 CONFIG_CUSTOM_APPS_CUSTOM_HELLO_STACKSIZE=4096 +# CONFIG_INTERPRETERS_LUAJIT is not set # CONFIG_INTERPRETERS_LUA is not set # diff --git a/build_js_romfs.sh b/build_js_romfs.sh index 6ef8d74d92..da628911df 100644 --- a/build_js_romfs.sh +++ b/build_js_romfs.sh @@ -4,4 +4,4 @@ genromfs -f $romfsimg -d js -V "NSHInitVol" || { echo "genromfs failed" ; exit 1 echo '#include ' >${headerfile} xxd -i $romfsimg | sed 's/^unsigned char/const unsigned char aligned_data(4)/g' >>${headerfile} || \ { echo "ERROR: xxd of $< failed" ; rm -f $romfsimg; exit 1 ; } -cp $headerfile ~/apps/interpreters/hello/ +cp $headerfile ../apps/interpreters/hello/