mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-01 19:54:12 +01:00
5 lines
158 B
Bash
Executable file
5 lines
158 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
|
|
#dnsmasq started from /etc/inittab
|