mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-10 17:38:05 +00:00
iptables/nfsv4 support
This commit is contained in:
BIN
SD_ROOT/wz_mini/bin/bash
Executable file
BIN
SD_ROOT/wz_mini/bin/bash
Executable file
Binary file not shown.
0
SD_ROOT/wz_mini/bin/busybox
Normal file → Executable file
0
SD_ROOT/wz_mini/bin/busybox
Normal file → Executable 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
2
SD_ROOT/wz_mini/bin/ip6tables
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/opt/wz_mini/bin/xtables-multi ip6tables $@
|
2
SD_ROOT/wz_mini/bin/iptables
Executable file
2
SD_ROOT/wz_mini/bin/iptables
Executable 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
0
SD_ROOT/wz_mini/bin/iwconfig.sh
Normal file → Executable file
0
SD_ROOT/wz_mini/bin/wg
Normal file → Executable file
0
SD_ROOT/wz_mini/bin/wg
Normal file → Executable file
0
SD_ROOT/wz_mini/bin/wpa_cli.sh
Normal file → Executable file
0
SD_ROOT/wz_mini/bin/wpa_cli.sh
Normal file → Executable file
BIN
SD_ROOT/wz_mini/bin/xtables-multi
Executable file
BIN
SD_ROOT/wz_mini/bin/xtables-multi
Executable file
Binary file not shown.
Reference in New Issue
Block a user