Search Linux Wireless

Re: [PATCH 1/2] compat: fix KLIB_BUILD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/08/12 00:00, Luis R. Rodriguez wrote:
On Thu, Aug 9, 2012 at 11:57 AM, Phil Perry<phil@xxxxxxxxxx>  wrote:
This patch fixes a small typo in ${KLIB_BUILD}

Signed-off-by: Philip J Perry<phil@xxxxxxxxxx>

I had issues applying this, I blame the
lf_driver_backport@xxxxxxxxxxxxxxxxxxxxxxxxxx mailing list as we had
determine a while ago that it had issues. Phil, in the meantime can
you resend to linux-wireless ?

David,

is there a chance to create a backports@xxxxxxxxxxxxxxx mailing list
for backporting effort?

   Luis


Resending to include linux-wireless@xxxxxxxxxxxxxxx

This patch fixes a small typo in ${KLIB_BUILD}

Signed-off-by: Philip J Perry <phil@xxxxxxxxxx>
---
 scripts/gen-compat-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-compat-config.sh b/scripts/gen-compat-config.sh
index 3eba34e..cdb1584 100755
--- a/scripts/gen-compat-config.sh
+++ b/scripts/gen-compat-config.sh
@@ -48,7 +48,7 @@ done
 # The RHEL checks seem to annotate the existance of RHEL minor versions.
RHEL_MAJOR=$(grep ^RHEL_MAJOR ${KLIB_BUILD}/Makefile | sed -n 's/.*= *\(.*\)/\1/p')
 if [[ ! -z ${RHEL_MAJOR} ]]; then
- RHEL_MINOR=$(grep ^RHEL_MINOR $(KLIB_BUILD)/Makefile | sed -n 's/.*= *\(.*\)/\1/p') + RHEL_MINOR=$(grep ^RHEL_MINOR ${KLIB_BUILD}/Makefile | sed -n 's/.*= *\(.*\)/\1/p')
 	for i in $(seq 0 ${RHEL_MINOR}); do
 		eval CONFIG_COMPAT_${RHEL_MAJOR}_${i}=y
 		echo "export CONFIG_COMPAT_${RHEL_MAJOR}_${i}=y"
--
1.7.11.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux