diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 09:35:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 09:35:17 +0000 |
commit | 8513629e3ed39ac7d6d3ca90f1ad745db5c449d6 (patch) | |
tree | f38e2aa76f8ac55bf6eb361446250acce57956c5 /package/kernel/mac80211/patches/001-fix_build.patch | |
parent | 8f526ff53067d029f42e0b887d770b28546fc0e9 (diff) | |
download | upstream-8513629e3ed39ac7d6d3ca90f1ad745db5c449d6.tar.gz upstream-8513629e3ed39ac7d6d3ca90f1ad745db5c449d6.tar.bz2 upstream-8513629e3ed39ac7d6d3ca90f1ad745db5c449d6.zip |
mac80211: update to wireless-testing 2014-05-19
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40800
Diffstat (limited to 'package/kernel/mac80211/patches/001-fix_build.patch')
-rw-r--r-- | package/kernel/mac80211/patches/001-fix_build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/001-fix_build.patch b/package/kernel/mac80211/patches/001-fix_build.patch index 26b327ac8e..99ef50e182 100644 --- a/package/kernel/mac80211/patches/001-fix_build.patch +++ b/package/kernel/mac80211/patches/001-fix_build.patch @@ -131,7 +131,7 @@ .PHONY: defconfig-help --- a/Makefile.real +++ b/Makefile.real -@@ -54,7 +54,7 @@ defconfig-%:: +@@ -59,7 +59,7 @@ defconfig-%:: backport-include/backport/autoconf.h: .config Kconfig.versions Kconfig.kernel @$(MAKE) oldconfig @@ -140,7 +140,7 @@ @grep -f .local-symbols .config | ( \ echo "#ifndef COMPAT_AUTOCONF_INCLUDED" ;\ echo "#define COMPAT_AUTOCONF_INCLUDED" ;\ -@@ -75,7 +75,12 @@ backport-include/backport/autoconf.h: .c +@@ -80,7 +80,12 @@ backport-include/backport/autoconf.h: .c esac ;\ done ;\ echo "#endif /* COMPAT_AUTOCONF_INCLUDED */" ;\ |