Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setserial: convert to autotargets and fix manpages install | Thomas Petazzoni | 2010-07-27 | 1 | -28/+0 |
| | | | | | | | | Close #2269 [Peter: fix Makefile patch to not strip wrong file, rename hayes patch] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | setserial: fix build with 2.6.33+ kernel headers on x86 | Peter Korsgaard | 2010-03-15 | 1 | -0/+28 |
linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still define the TIOCGHAYESESP ioctl, breaking the build. It's very unlikely to be of interest anymore, so just undef it. Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |