input-utils: update to 1.1
authorFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:45 +0000 (00:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:45 +0000 (00:57 +0000)
commitd9e2729a4ccb6b9c1d85a0cee75ba8eeaeda0e62
tree0005a4fb1b978f08114c24a18b70343f1cf0ffd0
parent8704283c32de1a4ac1d2a29e0d8f51f88ee35fdf
input-utils: update to 1.1

- change upstream URL
- update to 1.1 release
- delete obsolete patches (they are in upstream)

patch 001
- fix compile on sys with sh->dash (Debian,Ubuntu)
Error:
Make.config:1: *** empty variable name.  Stop.
Reason: echo -e in mk/Autoconf.mk

patch 002:
- use path of Linux headers from environment (INPUT)
for generating files with name.sh
Error depending on Kernel:
In file included from input.c:48:0:
KEY.h:243:4: error: 'KEY_WWAN' undeclared here (not in a function)
  [ KEY_WWAN         ] = "WWAN",

fixes https://dev.openwrt.org/ticket/14028

unsure if the right header is included
compile tested

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40725
utils/input-utils/Makefile
utils/input-utils/patches/001-EVIOCGKEYCODE2.patch [deleted file]
utils/input-utils/patches/001-Makefile_use_bash.patch [new file with mode: 0644]
utils/input-utils/patches/002-use_cross_headers_from_env.patch [new file with mode: 0644]
utils/input-utils/patches/002-version-check.patch [deleted file]