kernel: take bcm47xx_nvram.h from kernel and not backports
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2015 23:51:31 +0000 (23:51 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2015 23:51:31 +0000 (23:51 +0000)
commit59c8f83f19ddd0e8dc0a834ccd59cf59e756e8ff
tree7b5e5fb8c99cb21a9a0efe5f19fcf1e3e59d4e84
parent0242167599eb260b36b2878f3fa8763265bcb3fa
kernel: take bcm47xx_nvram.h from kernel and not backports

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47467 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/Makefile
target/linux/bcm53xx/files-4.1/include/linux/bcm47xx_nvram.h [deleted file]
target/linux/bcm53xx/patches-4.1/132-ARM-BCM5301X-Add-missing-Netgear-R8000-LEDs.patch
target/linux/bcm53xx/patches-4.1/186-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch
target/linux/brcm47xx/patches-4.1/031-08-mips-bcm47xx-allow-retrieval-of-complete-nvram-conte.patch
target/linux/generic/patches-3.18/030-backport_bcm47xx_nvram.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/030-backport_bcm47xx_nvram.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/133-MIPS-UAPI-Ignore-__arch_swab-16-32-64-when-using-MIP.patch
target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch