[LEDE-DEV] patch for dwr-512 support

2016-11-13 Thread Giuseppe Lippolis
Dear all, I’m 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

[LEDE-DEV] "someone does not honour COPTS correctly" - Makefile issue?

2016-11-13 Thread Sebastian Kemper
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

[LEDE-DEV] [PATCH 2/2] firmware-utils: tplink-safeloader: use one function for generating images

2016-11-13 Thread Rafał Miłecki
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

[LEDE-DEV] [PATCH 1/2] firmware-utils: tplink-safeloader: add struct device_info

2016-11-13 Thread Rafał Miłecki
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

Re: [LEDE-DEV] patch for dwr-512 support

2016-11-13 Thread Rafał Miłecki
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

Re: [LEDE-DEV] patch for dwr-512 support

2016-11-13 Thread Alberto Bursi
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

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH RFC firewall3] musl-compat: avoid kernel header conflicts

2016-11-13 Thread Ralph Sennhauser
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

Re: [LEDE-DEV] [RFC] ADSL Modem Allnet All0333CJ Rev.C / Amazon-SE SoC

2016-11-13 Thread Tino Reichardt
* 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

[LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread Giuseppe Lippolis
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

[LEDE-DEV] [PATCH] kernel: update to v4.4.23

2016-11-13 Thread Giuseppe Lippolis
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 +-

[LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread 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. ___ Lede-dev mailing list Lede-dev@lists.infradead.org ht

Re: [LEDE-DEV] [PATCH] kernel: update to v4.4.23

2016-11-13 Thread Alexandru Ardelean
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

Re: [LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread Mathias Kresin
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

Re: [LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread Alberto Bursi
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

Re: [LEDE-DEV] [PATCH] kernel: update to v4.4.23

2016-11-13 Thread Alberto Bursi
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

[LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread Giuseppe Lippolis
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

[LEDE-DEV] [PATCH RFC] osafeloader: new util for extracting partitions from SafeLoader

2016-11-13 Thread Rafał Miłecki
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

Re: [LEDE-DEV] adding LEDE support for board DLINK DWR-512-B

2016-11-13 Thread Rafał Miłecki
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.

[LEDE-DEV] [PATCH] libnl-tiny: Avoid re-defining ifmap

2016-11-13 Thread Florian Fainelli
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

Re: [LEDE-DEV] "someone does not honour COPTS correctly" - Makefile issue?

2016-11-13 Thread Yousong Zhou
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

Re: [LEDE-DEV] QCA Dakota support

2016-11-13 Thread Christian Lamparter
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

Re: [LEDE-DEV] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-13 Thread John Crispin
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

Re: [LEDE-DEV] "someone does not honour COPTS correctly" - Makefile issue?

2016-11-13 Thread Sebastian Kemper
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