mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
c055b4eb2d
SVN-Revision: 18
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
/usr/sbin/telnetd -l /bin/login
|
|
/usr/sbin/httpd -p 80 -h /www -r WRT54G Router
|
|
/usr/sbin/udhcpd /etc/udhcpd.conf
|
|
#udhcpd started from /etc/inittab
|