| Summary: | eudev fails to build with older kernel headers | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Gustavo Sverzut Barbieri <barbieri> |
| Component: | Other | Assignee: | 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. | ||
fixed by c72dc476e9521fc6791c70cf979d39d983f6afa9 |
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.