comgt: Use TCGETS and TCSETS ioctls for struct termios
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
Showing
- package/network/utils/comgt/Makefile 1 addition, 1 deletionpackage/network/utils/comgt/Makefile
- package/network/utils/comgt/patches/002-termios.patch 77 additions, 1 deletionpackage/network/utils/comgt/patches/002-termios.patch
- package/network/utils/comgt/patches/004-check_tty.patch 12 additions, 12 deletionspackage/network/utils/comgt/patches/004-check_tty.patch
Please register or sign in to comment