Pushed in http://git.lede-project.org/2653a12 - thanks Magnus!
~ Jo
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
300-upstream-fix-polarssl-mbedtls-builds.patch has been applied upstream.
Replaced 101-remove_polarssl_debug_call.patch with upstream backport.
Changelog:
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.12
Signed-off-by: Magnus Kroken
---
package/network/services/openv
Hi Kenneth,
On Tue, Aug 23, 2016 at 12:04:07PM +0200, Kenneth Johansson wrote:
> On 2016-08-23 11:40, Daniel Golle wrote:
> > On Tue, Aug 23, 2016 at 11:10:11AM +0200, Kenneth Johansson wrote:
> > > On 2016-08-23 07:31, Daniel Golle wrote:
> > > > > even this do not currently work. there is no UBI
With 12fe4b579801ea812b64fc7e689716cd39c895ec I switched the ath5k
eeprom extraction to an alternate code path. Unfortunately this code
seams to be broken since ages and broke the ath5k EEPROM extraction.
Reported-by: Mohammed Berdai
Signed-off-by: Mathias Kresin
---
...-lantiq-wifi-and-etherne
2016-08-23 15:08 GMT+02:00 daniel :
> On 08/23/2016 02:50 PM, Germano Massullo wrote:
>> I have some EdgeRouter Pro, in case you need to retrieve any useful
>> infos for your development process, feel free to ask
>>
> Can you please send me information about the mmc flash layout on a factory
> ER-P
Hello Felix,
Is it possible to fill in struct ubus_object and struct ubus_object_type so
that only one "catch all" method is defined and have the object available for
lookup?
I can do:
struct ubus_method type_m = {
.name = "_",
.handler = NULL,
};
struct ubus_object_type obj_t
Felix Fietkau wrote:
> On 2016-08-23 12:10, A. Benz wrote:
> > Hi Bastian,
> >
> > I will update them, however to do that while adhering to Felix's request
> > on using perfect syntax means going over them one by one.
> >
> > Perhaps a seasoned sed user can do a trick to automate it?
> >
> >
On 08/23/2016 02:50 PM, Germano Massullo wrote:
> I have some EdgeRouter Pro, in case you need to retrieve any useful
> infos for your development process, feel free to ask
>
Can you please send me information about the mmc flash layout on a factory
ER-PRO device.
Maybe an output from 'fdisk -l' on
Felix Fietkau writes:
> Applied with some cleanups and portability fixes.
> I changed the code to use __packed and endian conversion from libubox.
Thanks! Sorry about the sloppy implementation. I guess I expected it to
come back with a "changes requested" instead of just fixed up and
applied ;)
I have some EdgeRouter Pro, in case you need to retrieve any useful
infos for your development process, feel free to ask
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
All MBIM integer fields are 32bit little endian. So we need to convert
then all on big endian systems.
Fixes: e69bf24b00d8 ("uqmi: add support for MBIM devices with QMI service")
Signed-off-by: Bjørn Mork
---
mbim.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mbim.
On 2016-08-21 02:01, Bjørn Mork wrote:
> Many Qualcomm based devices offer a QMI service when running in MBIM
> mode. This is useful for a number of requests which have no MBIM
> counterpart.
>
> This implementation is very basic, simply wrapping the QMI requests
> in an MBIM command. It is up to
On 2016-08-22 14:06, Daniel Danzberger wrote:
> This patch avoids sysupgrade to fail and break the boot image.
> This patch dosen't affact the Edgerouter Lite.
>
> The boot partition on the internal mmc flash is only 8.3M large.
> Device Boot Start End Sectors Size Id Type
> /dev/mmc
On 08/23/2016 09:35 AM, Felix Fietkau wrote:
> On 2016-08-22 14:06, Daniel Danzberger wrote:
>> This patch defaults the rootfs to ext4 on the Ubnt Edgerouter.
>> The Edgerouter Lite is not affacted by this patch.
>>
>> Why EXT4 and not squashfs + jiffs ?
>> ---
>> Th
On 2016-08-23 12:36, Koen Vandeputte wrote:
> Since kernel 3.18, br_netfilter is not loaded by default on boot
>
> As <3.18 kernels are not supported anymore in LEDE,
> these settings are useless.
>
> This also removes the following bootprint whining about it:
>
> bridge: automatic filtering via
On 2016-08-23 12:38, Delio Brignoli wrote:
> Hi Felix,
>
>> On 23 Aug 2016, at 11:40, Felix Fietkau wrote:
>>
>> On 2016-08-18 12:19, Delio Brignoli wrote:
>>> Hello Felix,
>>>
>>> ubusd_handle_remove_object() currently sends object removal event
>>> followed by a reply to the peer’s remove obj
Hi all,
this is just a quick update from the tech dept.
The LEDE project received some generous sponsoring under the Digital
Ocean open source program in the form of free hosting credits we can use
to run non-compute infrastructure in the Digital Ocean cloud data centers.
As one of the very firs
Hi Felix,
> On 23 Aug 2016, at 11:40, Felix Fietkau wrote:
>
> On 2016-08-18 12:19, Delio Brignoli wrote:
>> Hello Felix,
>>
>> ubusd_handle_remove_object() currently sends object removal event
>> followed by a reply to the peer’s remove object request. However the
>> payload of the reply is th
Since kernel 3.18, br_netfilter is not loaded by default on boot
As <3.18 kernels are not supported anymore in LEDE,
these settings are useless.
This also removes the following bootprint whining about it:
bridge: automatic filtering via arp/ip/ip6tables has been deprecated.
Update your scripts
The ATH9K_STATION_STATISTICS kernel config variable enables some extra
statistics that are useful for debugging (in particular with the airtime
fairness patches enabled). This adds that kernel config when selecting
ath9k debugging.
Signed-off-by: Toke Høiland-Jørgensen
---
package/kernel/mac8021
Toke Høiland-Jørgensen writes:
> Felix Fietkau writes:
>
>> On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote:
> diff --git a/target/linux/generic/config-4.4
> b/target/linux/generic/config-4.4
> index 8c30017..2f12982 100644
> --- a/target/linux/generic/config-4.4
> +++ b/t
On 2016-08-23 12:10, A. Benz wrote:
> Hi Bastian,
>
> I will update them, however to do that while adhering to Felix's request
> on using perfect syntax means going over them one by one.
>
> Perhaps a seasoned sed user can do a trick to automate it?
>
> For now, the change I submitted is whats
Hi Bastian,
I will update them, however to do that while adhering to Felix's request
on using perfect syntax means going over them one by one.
Perhaps a seasoned sed user can do a trick to automate it?
For now, the change I submitted is whats needed to fix breakage on my
system. For others,
Signed-off-by: Ash Benz
---
package/network/services/hostapd/patches/200-multicall.patch | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/network/services/hostapd/patches/200-multicall.patch
b/package/network/services/hostapd/patches/200-multicall.patch
index 8
Felix Fietkau writes:
> On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote:
diff --git a/target/linux/generic/config-4.4
b/target/linux/generic/config-4.4
index 8c30017..2f12982 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -27
On 2016-08-23 11:40, Daniel Golle wrote:
On Tue, Aug 23, 2016 at 11:10:11AM +0200, Kenneth Johansson wrote:
On 2016-08-23 07:31, Daniel Golle wrote:
even this do not currently work. there is no UBI support of any kind for
mt7621 and adding it was what I was asking about.
There are already devi
On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote:
>>> diff --git a/target/linux/generic/config-4.4
>>> b/target/linux/generic/config-4.4
>>> index 8c30017..2f12982 100644
>>> --- a/target/linux/generic/config-4.4
>>> +++ b/target/linux/generic/config-4.4
>>> @@ -276,6 +276,7 @@ CONFIG_ATA_SFF=y
>
Felix Fietkau writes:
> On 2016-08-13 12:02, Toke Høiland-Jørgensen wrote:
>> The ATH9K_STATION_STATISTICS kernel config variable enables some extra
>> statistics that are useful for debugging (in particular with the airtime
>> fairness patches enabled). This adds that kernel config when selectin
On 2016-08-13 12:02, Toke Høiland-Jørgensen wrote:
> The ATH9K_STATION_STATISTICS kernel config variable enables some extra
> statistics that are useful for debugging (in particular with the airtime
> fairness patches enabled). This adds that kernel config when selecting
> ath9k debugging.
>
> Sig
On 23 August 2016 at 10:02, Ash Benz wrote:
> On some systems the shell built-in echo is used while on others /bin/echo
> and those two are not
> identical; this causes incomplete .cflags generation on some systems.
>
> Signed-off-by: Ash Benz
Please use a proper prefix for your subject. For
On Tue, Aug 23, 2016 at 11:10:11AM +0200, Kenneth Johansson wrote:
> On 2016-08-23 07:31, Daniel Golle wrote:
> >
> > > even this do not currently work. there is no UBI support of any kind for
> > > mt7621 and adding it was what I was asking about.
> > There are already devices using UBI on MT7621
On 2016-08-18 12:19, Delio Brignoli wrote:
> Hello Felix,
>
> ubusd_handle_remove_object() currently sends object removal event
> followed by a reply to the peer’s remove object request. However the
> payload of the reply is the same as the object removal event. This
> results in the peer not clea
On 2016-08-23 10:02, Ash Benz wrote:
> On some systems the shell built-in echo is used while on others /bin/echo
> and those two are not
> identical; this causes incomplete .cflags generation on some systems.
>
> Signed-off-by: Ash Benz
> ---
> package/network/services/hostapd/patches/200-mul
On 2016-08-23 07:31, Daniel Golle wrote:
even this do not currently work. there is no UBI support of any kind for
mt7621 and adding it was what I was asking about.
There are already devices using UBI on MT7621, just no method to flash
UBI using the 'factory'/stock method due to lacking UBI sup
On some systems the shell built-in echo is used while on others /bin/echo and
those two are not
identical; this causes incomplete .cflags generation on some systems.
Signed-off-by: Ash Benz
---
package/network/services/hostapd/patches/200-multicall.patch | 8
1 file changed, 4 insert
On 2016-08-22 14:06, Daniel Danzberger wrote:
> This patch defaults the rootfs to ext4 on the Ubnt Edgerouter.
> The Edgerouter Lite is not affacted by this patch.
>
> Why EXT4 and not squashfs + jiffs ?
> ---
> The internal mmc flash is badly partitioned.
>
> Disk
On 2016-08-23 08:56, Ash Benz wrote:
> Explicitly call /bin/echo instead of echo only. The shell built-in echo
> behaves differently and causes
> incomplete .cflags generation on some systems.
>
> Signed-off-by: Ash Benz
There's no guarantee that /bin/echo is any better than the built-in echo
Explicitly call /bin/echo instead of echo only. The shell built-in echo
behaves differently and causes
incomplete .cflags generation on some systems.
Signed-off-by: Ash Benz
---
package/network/services/hostapd/patches/200-multicall.patch | 8
1 file changed, 4 insertions(+), 4 delet
38 matches
Mail list logo