mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:34:59 +02:00
407b204ecd
- Switch to generic init scripts (/sbin/mount_root, /bin/firstboot, /etc/preinit), failsafe part moved to /etc/preinit.arch. This should fix #1449 with an added benefit of using mini_fo. - Switch to generic /etc/config/network. - ar7 flashmap: change "OpenWrt" to "rootfs_data", move ar7_mtd_cleanup out of .exit. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6604 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
[ -z "$FAILSAFE" ] || {
|
|
echo /bin/true > /proc/sys/kernel/hotplug
|
|
telnetd -l /bin/login <> /dev/null 2>&1
|
|
}
|