From: Thierry Parmentelat Date: Tue, 29 Jan 2008 10:24:38 +0000 (+0000) Subject: workaround a broken install target in iwlwifi X-Git-Tag: linux-2.6-22-2~47 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bfccdd2ab6e396c79613206562e60612b3f18c47;p=linux-2.6.git workaround a broken install target in iwlwifi --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 59300e52c..71a81bba5 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -362,6 +362,15 @@ popd # Untar iwlwifi in the same place - needs to be compiled later tar -xzf %{expand:%{PATCH601}} +# the install target is broken: first it does not pass the right -b flag to depmod +# second we do not need to invoke depmod at this stage anyway +# let's add our own patch/stuff in this Makefile for manual install later on +pushd iwlwifi-%{iwlwifi_version} +cat >> Makefile <