iptables/nfsv4 support

This commit is contained in:
Alfonso Gamboa
2022-05-08 00:56:55 -07:00
parent 26af3aa7bc
commit 57fd177328
41 changed files with 317 additions and 103 deletions

BIN
SD_ROOT/wz_mini/bin/bash Executable file

Binary file not shown.

0
SD_ROOT/wz_mini/bin/busybox Normal file → Executable file
View File

View File

@@ -1,2 +1,15 @@
#!/bin/sh
echo "$*" | /opt/wz_mini/bin/busybox nc localhost 4000
if [ "$1" == "" ]; then
echo -e "welcome to: cmd <arg>\n"
echo -e "arg can be:"
echo -e "jpeg (will dump raw jpeg to stdout)"
echo -e "video on or off"
echo -e "audio on or off"
echo -e "move"
echo -e "waitMotion <timeout>"
echo -e "irled on or off"
echo -e "aplay <file path> <volume 1-100>"
else
echo "$*" | /opt/wz_mini/bin/busybox nc localhost 4000
fi

2
SD_ROOT/wz_mini/bin/ip6tables Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
/opt/wz_mini/bin/xtables-multi ip6tables $@

2
SD_ROOT/wz_mini/bin/iptables Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
/opt/wz_mini/bin/xtables-multi iptables $@

0
SD_ROOT/wz_mini/bin/iwconfig.sh Normal file → Executable file
View File

0
SD_ROOT/wz_mini/bin/wg Normal file → Executable file
View File

0
SD_ROOT/wz_mini/bin/wpa_cli.sh Normal file → Executable file
View File

BIN
SD_ROOT/wz_mini/bin/xtables-multi Executable file

Binary file not shown.