aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove linux 4.1 supportFelix Fietkau2017-01-111-57/+0
| | | | | | | The only target still referencing it is omap24xx, and it is marked as broken. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: take bcm47xx_nvram.h from kernel and not backportsHauke Mehrtens2015-11-131-10/+0
| | | | | | | | | | | | | | | | | | compat-wireless/backports now contains a bcm47xx_nvram.h file to backport some of the functions in it which are used by the bcmfmac driver. This file just checks for the kernel versions and provide an empty implementations on older kernel versions. This is OK on most systems, but on bcm47xx / bcm53xx systems we want to call the real functions here. This commit removes the file from backports in our build process like we do it with the bcma and ssb header files. Instead we add a recent version into our kernel so all code uses only one header file. On bcm47xx / bcm53xx the real implementations of this code will be used. Reported-by: Hante Meuleman <meuleman@broadcom.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47467
* package/devel/perf: fix build for kernel 4.1John Crispin2015-11-021-0/+67
This fix contains 2 parts: - kernel 4.1: backport upstream patch "perf build: Do not fail on missing Build file" - add NO_LZMA=1 to perf MAKE_FLAGS to disable LZMA support Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 47338