diff options
author | John Crispin <john@openwrt.org> | 2015-02-22 08:29:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-22 08:29:26 +0000 |
commit | 291e04ee8f47b86cbe3b63f2434c1c5e80bab678 (patch) | |
tree | accf003da3df1948791b440c5bd726c34282204d /package/network/utils/comgt/Makefile | |
parent | 6aab00fa44db337b35112b95d81bcdfd827d088d (diff) | |
download | mtk-20170518-291e04ee8f47b86cbe3b63f2434c1c5e80bab678.zip mtk-20170518-291e04ee8f47b86cbe3b63f2434c1c5e80bab678.tar.gz mtk-20170518-291e04ee8f47b86cbe3b63f2434c1c5e80bab678.tar.bz2 |
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
Diffstat (limited to 'package/network/utils/comgt/Makefile')
-rw-r--r-- | package/network/utils/comgt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 500365a..8fcf54e 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=comgt PKG_VERSION:=0.32 -PKG_RELEASE:=24 +PKG_RELEASE:=25 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/comgt |