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 h
From: Micke Prag
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 allows for packes to r
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 t
On 12 June 2015 at 08:30, 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 patching them.
___
2015-06-11 16:31 GMT+02:00 Roman Yeryomin :
> On 11 June 2015 at 16:36, Baptiste Clenet 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 address with /etc/config/network
2015-06-12 09:39 skrev Cristian Morales Vega:
On 12 June 2015 at 08:30, 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
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"
> > wrote:
> > > On Wednesday, June 03, 2015 05:20:22 PM Christian Lamparter wrote:
> >
> > Actually, I have one ques
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
wrote:
> It's not just you! http://downloads.openwrt.org looks down from here
>
> http://www.downforeveryoneorjustme.com/http://downloads.openwrt.org
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
openwrt-devel@
2015-06-12 09:39 skrev Cristian Morales Vega:
On 12 June 2015 at 08:30, 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
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
---
Comments:
Following cmd sequence calls b53_switch_init() twice, so causes leak of memory.
Last if
2015-06-12 18:02 GMT+02:00 Roman Yeryomin :
> On 12 June 2015 at 14:30, Baptiste Clenet wrote:
>> 2015-06-12 11:12 GMT+02:00 Baptiste Clenet :
>>> 2015-06-11 16:31 GMT+02:00 Roman Yeryomin :
On 11 June 2015 at 16:36, Baptiste Clenet wrote:
> Hi,
>
> I've edited patches from Linux
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
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
---
Index: package/kernel/mac80211/Makefile
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
---
Index: package/kernel/ubnt-hsr/Makefile
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 ve
* Hans Dedecker [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 "$l
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
---
target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c | 4
target/linux/ar71xx/files/include/linux/platform/ar934x
2015-06-12 11:12 GMT+02:00 Baptiste Clenet :
> 2015-06-11 16:31 GMT+02:00 Roman Yeryomin :
>> On 11 June 2015 at 16:36, Baptiste Clenet 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
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
compiling
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
---
package/libs/openssl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/lib
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
https://lists.openwrt.org/cgi-bin/mailman/listinfo/op
On 12 June 2015 at 14:30, Baptiste Clenet wrote:
> 2015-06-12 11:12 GMT+02:00 Baptiste Clenet :
>> 2015-06-11 16:31 GMT+02:00 Roman Yeryomin :
>>> On 11 June 2015 at 16:36, Baptiste Clenet wrote:
Hi,
I've edited patches from Linux 3.18 to make the MT7628 work with Linux 4.0.
O
Hi,
On Fri, Jun 12, 2015 at 8:16 PM, Fedor Konstantinov 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
> ---
> Comments:
>
> Follow
24 matches
Mail list logo