Re: [OpenWrt-Devel] [PATCHv2] ppp : Unnumbered support

2015-06-12 Thread Steven Barth
Applied, thanks. On 12.06.2015 09:26, Hans Dedecker wrote: Adds PPP unnumbered support via the parameter unnumbered which points to a logical OpenWRT interface. The PPP proto shell handler will borrow an IP address from the unnumbered interface (if multiple IP addresses are present the

Re: [OpenWrt-Devel] [PATCH] Combine CA-certificates in one file

2015-06-12 Thread Cristian Morales Vega
On 12 June 2015 at 08:30, micke.p...@telldus.se wrote: Some packages or libraries cannot use split ca cetificates in a folder. This adds a config to combine all certificates into one file. I have nothing against this patch. But do you have a list of such packages? I may be interested in

[OpenWrt-Devel] [PATCH] Combine CA-certificates in one file

2015-06-12 Thread micke . prag
From: Micke Prag micke.p...@telldus.se Some packages or libraries cannot use split ca cetificates in a folder. This adds a config to combine all certificates into one file. Since this adds another ~300 Kb to the image this can be enabled by a config which is disabled by default. This also

Re: [OpenWrt-Devel] Ralink MT76228 port to Linux 4.0, set new IP address fail

2015-06-12 Thread Baptiste Clenet
2015-06-11 16:31 GMT+02:00 Roman Yeryomin leroi.li...@gmail.com: On 11 June 2015 at 16:36, Baptiste Clenet bapcle...@gmail.com wrote: Hi, I've edited patches from Linux 3.18 to make the MT7628 work with Linux 4.0. OpenWRT launches, I have access to the shell. Next step, I configure the IP

Re: [OpenWrt-Devel] [PATCH] Combine CA-certificates in one file

2015-06-12 Thread micke . prag
2015-06-12 09:39 skrev Cristian Morales Vega: On 12 June 2015 at 08:30, micke.p...@telldus.se wrote: Some packages or libraries cannot use split ca cetificates in a folder. This adds a config to combine all certificates into one file. I have nothing against this patch. But do you have a

[OpenWrt-Devel] [PATCHv2] ppp : Unnumbered support

2015-06-12 Thread Hans Dedecker
Adds PPP unnumbered support via the parameter unnumbered which points to a logical OpenWRT interface. The PPP proto shell handler will borrow an IP address from the unnumbered interface (if multiple IP addresses are present the longest prefix different from 32 will be borrowed) for which a host

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix 100/10mbps ethernet link issues on mynet range extender

2015-06-12 Thread Christian Lamparter
On Tuesday, June 09, 2015 09:24:41 PM Christian Lamparter wrote: On Tuesday, June 09, 2015 09:05:46 AM Florian Fainelli wrote: On Jun 9, 2015 7:36 AM, Christian Lamparter chunk...@googlemail.com wrote: On Wednesday, June 03, 2015 05:20:22 PM Christian Lamparter wrote: Actually, I

Re: [OpenWrt-Devel] [PATCH] Combine CA-certificates in one file

2015-06-12 Thread micke . prag
2015-06-12 09:39 skrev Cristian Morales Vega: On 12 June 2015 at 08:30, micke.p...@telldus.se wrote: Some packages or libraries cannot use split ca cetificates in a folder. This adds a config to combine all certificates into one file. I have nothing against this patch. But do you have a

Re: [OpenWrt-Devel] Ralink MT76228 port to Linux 4.0, set new IP address fail

2015-06-12 Thread Roman Yeryomin
On 12 June 2015 at 14:30, Baptiste Clenet bapcle...@gmail.com wrote: 2015-06-12 11:12 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-11 16:31 GMT+02:00 Roman Yeryomin leroi.li...@gmail.com: On 11 June 2015 at 16:36, Baptiste Clenet bapcle...@gmail.com wrote: Hi, I've edited patches

Re: [OpenWrt-Devel] [PATCHv2] ppp : Unnumbered support

2015-06-12 Thread Bastian Bittorf
* Hans Dedecker dedec...@gmail.com [12.06.2015 12:15]: + if [ -n $res_mask -a $mask != 32 ]; then + [ $mask -gt $res_mask ] || [ $res_mask = 32 ] { if you send a v3, please use here: [ $mask -gt $res_mask -o $res_mask = 32 ] { ... } + [ -n

Re: [OpenWrt-Devel] [PATCH v2] sysctl: read settings from /etc/sysctl.d/*.conf

2015-06-12 Thread Stefan Tomanek
Dies schrieb Stefan Tomanek (stefan.tomanek+open...@wertarbyte.de): This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/. Anything new here? :-D ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] downloads.openwrt.org looks down

2015-06-12 Thread valent.turko...@gmail.com
Found about this mirror so helping to spread the word - http://bo.mirror.garr.it/pub/1/openwrt/ On 12 June 2015 at 12:29, valent.turko...@gmail.com valent.turko...@gmail.com wrote: It's not just you! http://downloads.openwrt.org looks down from here

[OpenWrt-Devel] [PATCH] [ar71xx] ar934x-nfc: allow ECC to be configured in software BCH mode

2015-06-12 Thread Thomas Hebb
Some devices ship with NAND images that use BCH ECC. Let the driver know about that ECC mode so that it can be selected by machine files. Signed-off-by: Thomas Hebb tommyh...@gmail.com --- target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c | 4

[OpenWrt-Devel] Possible Fix for broken hwsim on UML target

2015-06-12 Thread Martin Tippmann
Hi, there is also a ticket about the problem here[1]. The problem is a missing include for barrier.h that is caused by a duplicate header guard - I guess it might be this commit that introduced the problem: [2] The problem seems to be that both barrier.h header files are included when

Re: [OpenWrt-Devel] Ralink MT76228 port to Linux 4.0, set new IP address fail

2015-06-12 Thread Baptiste Clenet
2015-06-12 11:12 GMT+02:00 Baptiste Clenet bapcle...@gmail.com: 2015-06-11 16:31 GMT+02:00 Roman Yeryomin leroi.li...@gmail.com: On 11 June 2015 at 16:36, Baptiste Clenet bapcle...@gmail.com wrote: Hi, I've edited patches from Linux 3.18 to make the MT7628 work with Linux 4.0. OpenWRT

[OpenWrt-Devel] [PATCH] openssl: bump to 1.0.2c

2015-06-12 Thread Magnus Kroken
Fix HMAC ABI incompatibility. The previous version introduced an ABI incompatibility in the handling of HMAC. The previous ABI has now been restored. Signed-off-by: Magnus Kroken mkro...@gmail.com --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OpenWrt-Devel] [PATCH] openssl: bump to 1.0.2c

2015-06-12 Thread Hannu Nyman
Openssl has received a version bump from one-day old 1.0.2b to 1.0.2c... https://mta.openssl.org/pipermail/openssl-announce/2015-June/35.html http://www.openssl.org/news/openssl-1.0.2-notes.html Changes between 1.0.2b and 1.0.2c [12 Jun 2015] Fix HMAC ABI incompatibility. The previous

[OpenWrt-Devel] downloads.openwrt.org looks down

2015-06-12 Thread valent.turko...@gmail.com
It's not just you! http://downloads.openwrt.org looks down from here http://www.downforeveryoneorjustme.com/http://downloads.openwrt.org/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH v3 0/2] Support Ubiquiti Unifi Outdoor Plus HSR filter

2015-06-12 Thread Stefan Rompf
Hi, this is the third iteration of the patchset to support the HSR filter of the Ubiquiti Unifi Outdoor Plus access point. The HSR is a configurable RF filter in the receive path that must be tuned according to the selected Wifi channel for the access point to work. Patch 1 adds a channel set

[OpenWrt-Devel] [PATCH] b53 switch driver memory leak and reset gpio pin initialization fix

2015-06-12 Thread Fedor Konstantinov
Memory and switch reset gpio pin must be allocated on switch/module init and freed on removal. At least they should not be allocated 2 or more times in a row. Signed-off-by: Fedor Konstantinov blm...@mink.su --- Comments: Following cmd sequence calls b53_switch_init() twice, so causes leak of

[OpenWrt-Devel] [PATCH v3 2/2] Add kmod-ubnt-hsr tuner for the UBNT HSR filter

2015-06-12 Thread Stefan Rompf
Add the tuner for the Ubiquiti Outdoor Plus HSR filter as a self contained kmod package. When loaded, it registers with ath9k as a channel set helper and tunes the HSR on every channel change. Signed-off-by: Stefan Rompf ste...@loplof.de --- Index: package/kernel/ubnt-hsr/Makefile

[OpenWrt-Devel] [PATCH v3 1/2] [mac80211] Add channel set helper callback to ath9k

2015-06-12 Thread Stefan Rompf
This patch adds a channel set helper callback to the ath9k driver and exports the ath9k kernel API for other packages. The registered function is called whenever ath9k changes the channel. Signed-off-by: Stefan Rompf ste...@loplof.de --- Index: package/kernel/mac80211/Makefile

Re: [OpenWrt-Devel] [PATCH] b53 switch driver memory leak and reset gpio pin initialization fix

2015-06-12 Thread Jonas Gorski
Hi, On Fri, Jun 12, 2015 at 8:16 PM, Fedor Konstantinov blm...@mink.su wrote: Memory and switch reset gpio pin must be allocated on switch/module init and freed on removal. At least they should not be allocated 2 or more times in a row. Signed-off-by: Fedor Konstantinov blm...@mink.su ---