Re: [LEDE-DEV] [PATCH] openvpn: add support for various new 2.4 configuration options

2017-01-28 Thread Magnus Kroken
Hi On 16.01.2017 22.56, Magnus Kroken wrote: Updates to openvpn.init were included in early OpenVPN 2.4 patch series, but got lost along the way and were never merged. Signed-off-by: Magnus Kroken --- .../network/services/openvpn/files/openvpn.init| 43 ++ 1 file chang

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-28 Thread Jaap Buurman
Great job on the release notes! One minor thing that I think looks nicer would be the removal of "nothing specific" after "improved performance", since it adds no additional information. But that's just me. Also about the following: "Improvements to the WiFi stack eliminating bufferbloat on ath9k

Re: [LEDE-DEV] [PATCH] x86: add GPIO to FEATURES so kmod-leds-apu2 gets exposed

2017-01-28 Thread Stijn Segers
Nevermind me, I forgot to backport e3271d545d8f29f42a79d7cd5595858e67eb95e7 to 17.01... So please ignore this! Another reason not to be messing with computers past midnight >_> Stijn ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://list

Re: [LEDE-DEV] Finding Release snapshots/URLs for the "Release"

2017-01-28 Thread Jo-Philipp Wich
Hi Rich, > 1) When I got to downloads.lede-project.org, I see the following > directory structure: [...] I do NOT see any targets under the > /releases directory. Why? I intentionally hid the "17.01-SNAPSHOTS" directory because it is not a fixed (as in non-moving) build, it merely reflects the bu

[LEDE-DEV] [PATCH] mxs: remove stale references to obsolete kernel module packages

2017-01-28 Thread Michael Heimpold
Commit 29443e2 (mxs: remove modules.mk, select drivers in the kernel config) missed to remove these references, so cleanup it now. Signed-off-by: Michael Heimpold --- target/linux/mxs/Makefile | 2 -- target/linux/mxs/profiles/01-duckbill.mk| 3 +-- target/linux/mxs

[LEDE-DEV] [PATCH v2] ramips: add support for RATOC REX-WIFISD2

2017-01-28 Thread FUKAUMI Naoki
RATOC REX-WIFISD2 is a battery-powered wireless SD card reader with - MT7620A + MT7610E - 64MiB DDR2 SDRAM - 16MiB SPI flash - 2T2R 11b/g/n + 1T1R 11ac/a/n Wi-Fi - 1x 10/100Mbps ethernet switch - 1x SD card - 1x USB 2.0 - 2x programmable LED - 1x button stock firmware is very similar to

[LEDE-DEV] [PATCH v4 1/3] firmware-utils: improve tools for Buffalo DHP series

2017-01-28 Thread FUKAUMI Naoki
some of Buffalo DHP series use slightly different trx magic, buffalo-enc, buffalo-tag, and factory image begin with 'bgn'. this patch adds support for building those images. Signed-off-by: FUKAUMI Naoki --- Changes in v4: Changes in v3: - no change Changes in v2: - refresh everything to make ru

[LEDE-DEV] [PATCH v4 2/3] bcm53xx: build factory images for WZR-900DHP series

2017-01-28 Thread FUKAUMI Naoki
only factory images for DHP-EU and DHP2-JP (fw ver. 2.x) are built. this will not work for DHP-JP/AP/TW (fw ver. 1.x) because they use different buffalo_csum() formula. Signed-off-by: FUKAUMI Naoki --- Changes in v4: - no change Changes in v3: - renumbered, no change Changes in v2: - refresh e

[LEDE-DEV] [PATCH v4 3/3] ramips: add support for Buffalo WCR-1166DS

2017-01-28 Thread FUKAUMI Naoki
Buffalo WCR-1166DS is a small wireless router with - MT7628AN + MT7612E - 64MiB DDR2 SDRAM - 16MiB SPI flash - 2T2R 11ac/a/b/g/n Wi-Fi - 2x 10/100M ethernet switch - 8x programmable LED - 3x button - UART pad on PCB (J2: 3.3V, GND, TX, RX) factory image can be installed via stock web UI.

Re: [LEDE-DEV] [PATCH] ar71xx: prepare jffs2 partition properly in factory.bin for BHR-4GRV2

2017-01-28 Thread Naoki FUKAUMI
can someone handle this for 17.01? On Fri, Dec 9, 2016 at 5:53 PM, FUKAUMI Naoki wrote: > "pad-rootfs" is required just after "append-rootfs". > > Signed-off-by: FUKAUMI Naoki > --- > target/linux/ar71xx/image/generic.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/t

[LEDE-DEV] [PATCH] lantiq: fix unaligned access in xrx200_poll_rx()

2017-01-28 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- .../lantiq/patches-4.4/0025-NET-MIPS-lantiq-adds-xrx200-net.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/patches-4.4/0025-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/lantiq/patches-4.4/0025-NE

Re: [LEDE-DEV] netifd: "bridge: disable IGMP snooping by default"

2017-01-28 Thread Felix Fietkau
On 2017-01-26 21:38, Linus Lüssing wrote: > Hi Felix, thanks and I really appreciate your efforts to create a > successful, stable and first LEDE release :). So if it's going to > be disabled in that first LEDE release, that'd be fine by me. > > Nevertheless, Jow or Felix, could you forward the ti

Re: [LEDE-DEV] [PATCH] openvpn: add support for various new 2.4 configuration options

2017-01-28 Thread Felix Fietkau
On 2017-01-28 10:30, Magnus Kroken wrote: > Hi > > On 16.01.2017 22.56, Magnus Kroken wrote: >> Updates to openvpn.init were included in early OpenVPN 2.4 patch >> series, but got lost along the way and were never merged. >> >> Signed-off-by: Magnus Kroken >> --- >> .../network/services/openvpn/

Re: [LEDE-DEV] [PATCH] ar71xx: prepare jffs2 partition properly in factory.bin for BHR-4GRV2

2017-01-28 Thread Felix Fietkau
On 2017-01-28 17:08, Naoki FUKAUMI wrote: > can someone handle this for 17.01? Done. - Felix ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Finding Release snapshots/URLs for the "Release"

2017-01-28 Thread Rich Brown
Hi Jo, Thanks for all this information. I'll propagate it to the forum, since many people are asking. > On Jan 28, 2017, at 9:35 AM, Jo-Philipp Wich wrote: > > Hi Rich, > >> 1) When I got to downloads.lede-project.org, I see the following >> directory structure: [...] I do NOT see any targets

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-28 Thread Rich Brown
Hi Jaap, > On Jan 28, 2017, at 6:36 AM, Jaap Buurman wrote: > > Great job on the release notes! One minor thing that I think looks > nicer would be the removal of "nothing specific" after "improved > performance", since it adds no additional information. But that's just > me. Thanks for the kin

[LEDE-DEV] [PATCH] kmodloader: fix out-of-order module loading

2017-01-28 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Currently, kmodloader is trying to

[LEDE-DEV] [PATCH] libubox: Fix -Wsign-compare and sign conversion warnings

2017-01-28 Thread Rosen Penev
While at it, also add -Wextra and -Wno-unused-parameter to the CFLAGS. Compile tested on 32 and 64-bit x86. Signed-off by: Rosen Penev --- CMakeLists.txt | 3 +-- base64.c | 6 +++--- blob.c | 12 ++-- blob.h | 8 blobmsg.c | 2 +- kvlist.c |

[LEDE-DEV] [PATCH] libubox: Fix -Wsign-compare and sign conversion warnings

2017-01-28 Thread Rosen Penev
While at it, also add -Wextra and -Wno-unused-parameter to the CFLAGS. Compile tested on 32 and 64-bit x86. Signed-off by: Rosen Penev --- CMakeLists.txt | 3 +-- base64.c | 6 +++--- blob.c | 12 ++-- blob.h | 8 blobmsg.c | 2 +- blobmsg_json.c |

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-01-28 Thread Weedy
On 28 January 2017 at 15:56, Rich Brown wrote: > Hi Jaap, > >> On Jan 28, 2017, at 6:36 AM, Jaap Buurman wrote: >> Also about the following: "Improvements to the WiFi stack eliminating >> bufferbloat on ath9k (and some ath10k) chipsets" >> >> Is this about the Airtime Fairness Patch? AFAIK this i