mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-09 20:14:04 +00:00
add individual dropbear binaries
This commit is contained in:
BIN
SD_ROOT/wz_mini/bin/dbclient
Executable file
BIN
SD_ROOT/wz_mini/bin/dbclient
Executable file
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/dropbear
Executable file
BIN
SD_ROOT/wz_mini/bin/dropbear
Executable file
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/dropbearconvert
Executable file
BIN
SD_ROOT/wz_mini/bin/dropbearconvert
Executable file
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/dropbearkey
Executable file
BIN
SD_ROOT/wz_mini/bin/dropbearkey
Executable file
Binary file not shown.
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/scp
Executable file
BIN
SD_ROOT/wz_mini/bin/scp
Executable file
Binary file not shown.
@@ -104,7 +104,7 @@ else
|
||||
fi
|
||||
|
||||
echo "Run dropbear ssh server"
|
||||
/opt/wz_mini/bin/dropbearmulti dropbear -R -s -g
|
||||
/opt/wz_mini/bin/dropbear -R -s -g
|
||||
|
||||
if [[ $(cat /opt/wz_mini/run_mmc.sh | grep "DEBUG_ENABLED\=") == "DEBUG_ENABLED\=\"true\"" ]]; then
|
||||
sed -i '/app_init.sh/,+3d' /opt/wz_mini/tmp/.storage/rcS
|
||||
|
@@ -2,8 +2,6 @@
|
||||
|
||||
set -x
|
||||
|
||||
DISABLE_FW_UPGRADE="false"
|
||||
|
||||
HOSTNAME="WCV3"
|
||||
|
||||
#####NETWORKING#####
|
||||
@@ -13,6 +11,11 @@ ENABLE_USB_DIRECT="false"
|
||||
USB_DIRECT_MAC_ADDR="02:01:02:03:04:08"
|
||||
|
||||
ENABLE_USB_RNDIS="false"
|
||||
|
||||
ENABLE_IPV6="false"
|
||||
|
||||
ENABLE_WIREGUARD="false"
|
||||
|
||||
#####ACCESSORIES#####
|
||||
REMOTE_SPOTLIGHT="false"
|
||||
REMOTE_SPOTLIGHT_HOST="0.0.0.0"
|
||||
@@ -25,11 +28,10 @@ RTSP_PASSWORD=""
|
||||
RTSP_PORT="8554"
|
||||
|
||||
#####GENERAL#####
|
||||
ENABLE_IPV6="false"
|
||||
ENABLE_USB_STORAGE="false"
|
||||
ENABLE_WIREGUARD="false"
|
||||
ENABLE_EXT4="false"
|
||||
ENABLE_CIFS="false"
|
||||
DISABLE_FW_UPGRADE="false"
|
||||
|
||||
#####DEBUG#####
|
||||
DEBUG_ENABLED="false"
|
||||
|
Reference in New Issue
Block a user