Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New device to working list #7

Open
johng2001 opened this issue Jun 11, 2021 · 0 comments
Open

New device to working list #7

johng2001 opened this issue Jun 11, 2021 · 0 comments

Comments

@johng2001
Copy link

johng2001 commented Jun 11, 2021

I can confirm that these Goke_GK7102 files work with
"Worldtech WT-CCM011" ip camera

use the cls.conf file to supply WiFI ssid and password

I had a problem with the telnet server not starting so modified debug_cmd.sh slightly

# Telnet Server
if [ "$HACK_TELNET" = "NO" ]; then
    start-stop-daemon -K -n telnetd
fi

changed to

# Telnet Server
if [ "$HACK_TELNET" = "YES" ]; then
    /bin/busybox telnetd
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant