faking a busybox update package

This commit is contained in:
Conor Horan-Kates
2016-11-18 13:19:32 -08:00
parent 849e5ccc4f
commit 72a27eb586
127 changed files with 256 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
## modified to not redirect to ssh if available, just start telnet
START=50
USE_PROCD=1
PROG=/usr/sbin/telnetd
has_root_pwd=() {
start_service() {
procd_open_instance
procd_set_param_command "$PROG" -F -l /bin/login.sh
procd_close_instance
}