aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/902-telnetd_intr.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)Nicolas Thill2010-04-031-1/+1
| | | | SVN-Revision: 20661
* update busybox to 1.15.2 (#5926)Florian Fainelli2009-12-071-3/+1
| | | | SVN-Revision: 18684
* At boot, the startup process is executed in a non-interactive shell. Default ↵Hamish Guthrie2009-10-201-0/+12
behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior SVN-Revision: 18088