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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [comgt]: fix compile against muslImre Kaloz2014-10-201-0/+29
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43000 3c298f89-4303-0410-b956-a3cf2f4a3e73