Dear all,
Im sending to the community the following patch to support the dlink
dwr-512.
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network
b/target/linux/ramips/base-files/etc/board.d/02_network
index c8b57ca..719078c 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_netw
Hi all,
I'm working on a package for OpenWRT/LEDE. A pull request with the
Makefile is here: https://github.com/openwrt/telephony/pull/124/files
During compilation I see a lot of these warnings:
cc1: note: someone does not honour COPTS correctly, passed 4 times
Are these caused by my Makefile o
From: Rafał Miłecki
Thanks to the struct device_info we can now use one unified function.
Signed-off-by: Rafał Miłecki
---
tools/firmware-utils/src/tplink-safeloader.c | 108 +++
1 file changed, 29 insertions(+), 79 deletions(-)
diff --git a/tools/firmware-utils/src/tp
From: Rafał Miłecki
This struct stores all device specific info which allows making do_eap
function more generic.
Signed-off-by: Rafał Miłecki
---
tools/firmware-utils/src/tplink-safeloader.c | 25 +++--
1 file changed, 19 insertions(+), 6 deletions(-)
diff --git a/tools/f
On 13 November 2016 at 17:59, Giuseppe Lippolis wrote:
> Dear all,
> I’m sending to the community the following patch to support the dlink
> dwr-512.
Please use a proper commit message (with target as a prefix) &
description. Your singed-off-by is required. I also noticed your patch
is white spac
On 11/13/2016 06:33 PM, Rafał Miłecki wrote:
> On 13 November 2016 at 17:59, Giuseppe Lippolis
> wrote:
>> Dear all,
>> I’m sending to the community the following patch to support the dlink
>> dwr-512.
>
> Please use a proper commit message (with target as a prefix) &
> description. Your singed
On Mon, 7 Nov 2016 07:39:19 +0100
Ralph Sennhauser wrote:
> On Sun, 6 Nov 2016 19:07:01 +0100
> Szabolcs Nagy wrote:
>
> > * Ralph Sennhauser [2016-11-06 10:59:43
> > +0100]:
> > > The conflict between Musls net/if.h and linux/if.h is an old well
> > > known one and taken care of by a series
* Mathias Kresin wrote:
> 07.11.2016 19:02, Tino Reichardt:
> > Now I have to check, how to start the init...
> >
> > Is there currently any golden way, how the init should be done on these
> > devices, with very small flash memory?
> >
> > I also modify the .config, to fit the drivers of the alln
This patch add LEDE support for the board DLINK DWR-512-B
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
From: Álvaro Fernández Rojas
Refresh patches for all targets that support kernel 4.4.
compile/run-tested on brcm2708/bcm2710 only.
Signed-off-by: Álvaro Fernández Rojas
---
include/kernel-version.mk | 4 +--
.../ar71xx/patches-4.4/500-MIPS-fw-myloader.patch | 2 +-
I try to follow the notes of Alberto,
https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/
but clearly something has gone wrong!!!
Can someone help me to commit?
Thanks.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
ht
On Sun, Nov 13, 2016 at 10:47 PM, Giuseppe Lippolis
wrote:
> From: Álvaro Fernández Rojas
>
> Refresh patches for all targets that support kernel 4.4.
> compile/run-tested on brcm2708/bcm2710 only.
>
> Signed-off-by: Álvaro Fernández Rojas
> ---
> include/kernel-version.mk
13.11.2016 21:54, Giuseppe Lippolis:
I try to follow the notes of Alberto,
https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/
but clearly something has gone wrong!!!
Can someone help me to commit?
Thanks.
You might want to try to create a pull request at the LEDE githu
On 11/13/2016 09:54 PM, Giuseppe Lippolis wrote:
> I try to follow the notes of Alberto,
> https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/
>
> but clearly something has gone wrong!!!
>
> Can someone help me to commit?
> Thanks.
>
>
It seems you didn't commit your chang
On 11/13/2016 10:03 PM, Alexandru Ardelean wrote:
> On Sun, Nov 13, 2016 at 10:47 PM, Giuseppe Lippolis
> wrote:
>> From: Álvaro Fernández Rojas
>>
>> Refresh patches for all targets that support kernel 4.4.
>> compile/run-tested on brcm2708/bcm2710 only.
>>
>> Signed-off-by: Álvaro Fernández R
I add it in:
https://github.com/lede-project/source/pulls
"ramips: Add device DLINK DWR-512-B "
bye.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
From: Rafał Miłecki
SafeLoader is image format used by some TP-LINK devices. This tool
allows extracting selected partitions out of it. It can be used for
sysupgrade.
Signed-off-by: Rafał Miłecki
---
package/utils/osafeloader/Makefile | 38
package/utils/osafeloader/src/Makefile
On 13 November 2016 at 23:44, Giuseppe Lippolis wrote:
> I add it in:
> https://github.com/lede-project/source/pulls
> "ramips: Add device DLINK DWR-512-B "
Hey Giuseppe, it looks nice! Thanks!
I don't know if it was ever pointed before, but this would be nice to
have DTS files clearly licensed.
Guard the ifmap structure definition with __UAPI_DEF_IF_IFMAP to avoid
build errors like these with newer kernels:
In file included from
/home/florian/dev/openwrt/trunk/staging_dir/toolchain-arm_cortex-a8+vfpv3_gcc-6.2.0_glibc-2.24_eabi/include/linux/if_tunnel.h:5:0,
from
/home/fl
On 14 November 2016 at 01:21, Sebastian Kemper wrote:
> Hi all,
>
> I'm working on a package for OpenWRT/LEDE. A pull request with the
> Makefile is here: https://github.com/openwrt/telephony/pull/124/files
>
> During compilation I see a lot of these warnings:
>
> cc1: note: someone does not honou
Hello,
On Saturday, November 12, 2016 12:03:54 AM CET Christian Mehlis wrote:
> I took your patches to my tree. They are for Linux 4.7, so I tried to
> make Lede build with that Linux version.
> I ran into some trouble with musl+netifd (fixed it). Now compat-wireless
> seems to expect an older K
Hi,
a slightly more elaborate description might be appropriate here
John
On 08/11/2016 16:39, Benjamin Berg wrote:
> Also sending the eject command to LUN 1 is required for some D-Link devices.
>
> Signed-off-by: Benjamin Berg
> Signed-off-by: René van Weert
> ---
> switch.c | 6
On Mon, Nov 14, 2016 at 01:28:08PM +0800, Yousong Zhou wrote:
> On 14 November 2016 at 01:21, Sebastian Kemper wrote:
> > Hi all,
> >
> > I'm working on a package for OpenWRT/LEDE. A pull request with the
> > Makefile is here: https://github.com/openwrt/telephony/pull/124/files
> >
> > During comp
23 matches
Mail list logo