From 7fee57a29682911a8eb2a3ff8e2a0d3b5a45e657 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Thu, 5 Jan 2012 14:00:32 -0500 Subject: Patch compat-wireless build to avoid "pr_fmt redefined" warnings Disable CONFIG_BRCMFMAC builds (needs unknown symbol __bad_udelay) Include compat-wireless in removal of files resulting from patch fuzz --- kernel.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 55ff2fa2..a36276f1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -753,7 +753,8 @@ Patch21065: Bluetooth-Add-support-for-BCM20702A0-0a5c-21e3.patch # compat-wireless patches Patch50000: compat-wireless-config-fixups.patch -Patch50001: compat-wireless-integrated-build.patch +Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch +Patch50002: compat-wireless-integrated-build.patch %endif @@ -1501,9 +1502,6 @@ done # end of kernel config %endif -# get rid of unwanted files resulting from patch fuzz -find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null - # remove unnecessary SCM files find . -name .gitignore -exec rm -f {} \; >/dev/null @@ -1520,12 +1518,16 @@ rm -rf compat-wireless-%{cwversion} cd compat-wireless-%{cwversion} ApplyPatch compat-wireless-config-fixups.patch +ApplyPatch compat-wireless-pr_fmt-warning-avoidance.patch ApplyPatch compat-wireless-integrated-build.patch cd .. %endif +# get rid of unwanted files resulting from patch fuzz +find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null + ### ### build ### @@ -2287,6 +2289,11 @@ fi # ||----w | # || || %changelog +* Thu Jan 05 2012 John W. Linville +- Patch compat-wireless build to avoid "pr_fmt redefined" warnings +- Disable CONFIG_BRCMFMAC builds (needs unknown symbol __bad_udelay) +- Include compat-wireless in removal of files resulting from patch fuzz + * Thu Jan 05 2012 Josh Boyer - Move the depmod file removal below the compat-wireless build to make sure we clean them all out -- cgit