diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-13 23:51:31 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-13 23:51:31 +0000 |
commit | cb0c8da7c26ffbc361f70f4a343e4f82c0429669 (patch) | |
tree | e2e50203c4a8d33de76f0cb6cc59c7f116a087e4 /target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch | |
parent | 9d6a9b6f516e650630d94012cb7e898df5301189 (diff) | |
download | upstream-cb0c8da7c26ffbc361f70f4a343e4f82c0429669.tar.gz upstream-cb0c8da7c26ffbc361f70f4a343e4f82c0429669.tar.bz2 upstream-cb0c8da7c26ffbc361f70f4a343e4f82c0429669.zip |
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>
SVN-Revision: 47467
Diffstat (limited to 'target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch')
-rw-r--r-- | target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch b/target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch index 3fb2df6ef1..2026e4da8d 100644 --- a/target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch +++ b/target/linux/generic/patches-4.1/222-perf-build-Do-not-fail-on-missing-Build-file.patch @@ -29,8 +29,6 @@ Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tools/build/tests/ex/empty2/README -diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build -index 10df572..69c35cf 100644 --- a/tools/build/Makefile.build +++ b/tools/build/Makefile.build @@ -37,7 +37,7 @@ subdir-obj-y := @@ -42,8 +40,6 @@ index 10df572..69c35cf 100644 quiet_cmd_flex = FLEX $@ quiet_cmd_bison = BISON $@ -diff --git a/tools/build/tests/ex/Build b/tools/build/tests/ex/Build -index 0e6c3e6..70d8762 100644 --- a/tools/build/tests/ex/Build +++ b/tools/build/tests/ex/Build @@ -2,6 +2,7 @@ ex-y += ex.o @@ -54,14 +50,8 @@ index 0e6c3e6..70d8762 100644 libex-y += c.o libex-y += d.o -diff --git a/tools/build/tests/ex/empty2/README b/tools/build/tests/ex/empty2/README -new file mode 100644 -index 0000000..2107cc5 --- /dev/null +++ b/tools/build/tests/ex/empty2/README @@ -0,0 +1,2 @@ +This directory is left intentionally without Build file +to test proper nesting into Build-less directories. --- -2.1.4 - |