2015-02-16 22:10:07

by Rafał Miłecki

[permalink] [raw]
Subject: [PATCH] brcm: drop executable from brcmfmac43143-sdio.bin

It isn't supposed to be run on host obviously.

Signed-off-by: Rafał Miłecki <[email protected]>
---
brcm/brcmfmac43143-sdio.bin | Bin
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 brcm/brcmfmac43143-sdio.bin

diff --git a/brcm/brcmfmac43143-sdio.bin b/brcm/brcmfmac43143-sdio.bin
old mode 100755
new mode 100644
--
1.8.4.5



2015-02-24 17:53:20

by Kyle McMartin

[permalink] [raw]
Subject: Re: [PATCH] brcm: drop executable from brcmfmac43143-sdio.bin

On Mon, Feb 16, 2015 at 11:09:47PM +0100, Rafał Miłecki wrote:
> It isn't supposed to be run on host obviously.
>
> Signed-off-by: Rafał Miłecki <[email protected]>

Ah, I was working backwards and Marcel sent a patch more recently which
fixed this and a few other files.

Sorry about that -- Kyle

> ---
> brcm/brcmfmac43143-sdio.bin | Bin
> 1 file changed, 0 insertions(+), 0 deletions(-)
> mode change 100755 => 100644 brcm/brcmfmac43143-sdio.bin
>
> diff --git a/brcm/brcmfmac43143-sdio.bin b/brcm/brcmfmac43143-sdio.bin
> old mode 100755
> new mode 100644
> --
> 1.8.4.5
>
>

2015-02-24 17:56:04

by Rafał Miłecki

[permalink] [raw]
Subject: Re: [PATCH] brcm: drop executable from brcmfmac43143-sdio.bin

On 24 February 2015 at 18:53, Kyle McMartin <[email protected]> wrote:
> On Mon, Feb 16, 2015 at 11:09:47PM +0100, Rafał Miłecki wrote:
>> It isn't supposed to be run on host obviously.
>>
>> Signed-off-by: Rafał Miłecki <[email protected]>
>
> Ah, I was working backwards and Marcel sent a patch more recently which
> fixed this and a few other files.
>
> Sorry about that -- Kyle

I don't mind (AKA care so much), no prob :) Thanks for handling this.