Bug 9501

Summary: eudev fails to build with older kernel headers
Product: buildroot Reporter: Gustavo Sverzut Barbieri <barbieri>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.11   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: [PATCH] eudev: build with older kernels.

Description Gustavo Sverzut Barbieri 2016-12-23 16:57:50 UTC
Created attachment 6831 [details]
[PATCH] eudev: build with older kernels.

eudev fails to build with older (ie: 2.6) kernel headers due missing defines:
 - BTN_TRIGGER_HAPPY
 - INPUT_PROP_MAX

Define them if they were not done and  the build passes. See the attached patch.
Comment 1 Gustavo Sverzut Barbieri 2017-01-03 20:22:48 UTC
fixed by c72dc476e9521fc6791c70cf979d39d983f6afa9