summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/902-telnetd_intr.patch
Commit message (Collapse)AuthorAgeFilesLines
* [package] busybox: update to 1.19.2 (thanks to Peter Wagner)nico2011-10-211-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix missing bit, refresh patchesacoul2010-08-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to v1.16.1 (based on v1.16.0 update patch from ↵nico2010-04-031-1/+1
| | | | | | Peter Wagner) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update busybox to 1.15.2 (#5926)florian2009-12-071-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [busybox] At boot, the startup process is executed in a non-interactive ↵hcg2009-10-201-0/+12
shell. Default 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73