aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/comgt/patches/002-termios.patch
Commit message (Collapse)AuthorAgeFilesLines
* comgt: Use TCGETS and TCSETS ioctls for struct termiosJohn Crispin2015-02-221-1/+77
| | | | | | | | | | When passing struct termios to ioctl TCGETS and TCSETS should be used instead of TCGETA and TCSETA, which are meant for the older struct termio. Should fix https://dev.openwrt.org/ticket/19012 Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44506
* fix compile against muslImre Kaloz2014-10-201-0/+29
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43000