Full kernel log below. I remove the 8192cu wifi driver since it doesn't
work in AP mode and use a rt2800 base usb dongle.. Additionally grep
output of config-4.14 for SWCONFIG
grep SWCONFIG target/linux/sunxi/config-4.14
CONFIG_SWCONFIG=y
CONFIG_SWCONFIG_B53=y
# CONFIG_SWCONFIG_B53_MMAP_DRIVER i
On 03/04/2018 11:39 AM, Peter Denison wrote:
> When migrating a package from the unmaintained 'oldpackages' feed to the
> main 'packages' feed:
>
> 1) Should I try to preserve history? If so, how do I do that on just one
> directory (my git-fu is not that good)?
No this is not needed, you can add
On 03/02/2018 03:09 PM, Antony Antony wrote:
> Hi Hauke,
>
> I am glad to see you are testig "NanoPi Neo Plus2" support in OpenWRT.
> Here is a patch instead of b7a1aa4df2a983, with Gigabit Ethernet support.
>
> https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=blob;f=target/linux/sunxi/patc
On 02/28/2018 11:34 AM, Marek Behun wrote:
> Hello,
>
> the mt7530 switch driver is now in mainline kernel as a DSA driver. The
> LEDE ramips target ethernet driver though doesn't use it yet, and I've
> been thinking what all would have to be done to port the ethernet
> driver to use it, if it eve
On 02/27/2018 11:37 AM, Rafał Miłecki wrote:
> There has been some talk on upcoming 17.01 fix release and Meltdown/Spectre.
>
> Quick summary:
> 1) Most of LEDE supported devices aren't affected
> 2) For most LEDE use cases these vulnerabilities don't matter
> 3) 17.01 uses 4.4.116 which includes
On 02/16/2018 01:46 PM, John Crispin wrote:
> Hi,
>
> whats on the critical todo list for the upcoming release ? i still have
> a few minor things that I'll be adding shortly, apart from that I am
> currently not aware of any huge problems. the release will be a mix
> between 4.9 and 4.14 afaik !?
On 2018-03-04 16:15, Hauke Mehrtens wrote:
> There is also a pull request for busybox 2.28.1 at github, this will
> probably also introduce some more regressions, so I am not sure if we
> should take it before or after the release.
> https://github.com/openwrt/openwrt/pull/733
> I do not have a rea
On 03/04/2018 04:40 PM, Felix Fietkau wrote:
> On 2018-03-04 16:15, Hauke Mehrtens wrote:
>> There is also a pull request for busybox 2.28.1 at github, this will
>> probably also introduce some more regressions, so I am not sure if we
>> should take it before or after the release.
>> https://github
Bump the 4.4 kernel for the 17.01 release to 4.4.119. Refresh patches.
Compile-tested: ar71xx, ramips/mt7621, x86/64
Run-tested: ar71xx, x86/64
Signed-off-by: Stijn Segers
---
include/kernel-version.mk | 4 +--
.../patches-4.4/910-unaligned_access_hacks.patch | 2 +-
On Sun, Mar 4, 2018 at 7:15 AM, Hauke Mehrtens wrote:
> On 02/16/2018 01:46 PM, John Crispin wrote:
>> Hi,
>>
>> whats on the critical todo list for the upcoming release ? i still have
>> a few minor things that I'll be adding shortly, apart from that I am
>> currently not aware of any huge proble
This reverts commit 8d755ef052dca29db3b8da74149d9c7d74a54842.
The 33 firmware for QCA988x is not stable for me on both my Turris Omnia and my
Archer C7v2. With version 33, I cannot get uptime longer than 2 days before the
ath10k driver crashes. With version 29, I've gotten 49 days uptime with 29
I would like this to be backported to 17.01 as well. The mentioned
Archer C7v2 runs 17.01. No impact between 17.01 and master.
On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote:
> This reverts commit 8d755ef052dca29db3b8da74149d9c7d74a54842.
>
> The 33 firmware for QCA988x is not stable for me on
On Sun, Mar 4, 2018 at 6:36 AM, Hauke Mehrtens wrote:
> On 02/27/2018 11:37 AM, Rafał Miłecki wrote:
>> There has been some talk on upcoming 17.01 fix release and Meltdown/Spectre.
>>
>> Quick summary:
>> 1) Most of LEDE supported devices aren't affected
>> 2) For most LEDE use cases these vulnera
+Jonas,
On 03/04/2018 05:09 AM, TheWerthFam wrote:
> Full kernel log below. I remove the 8192cu wifi driver since it doesn't
> work in AP mode and use a rt2800 base usb dongle.. Additionally grep
> output of config-4.14 for SWCONFIG
> grep SWCONFIG target/linux/sunxi/config-4.14
> CONFIG_SWCONFIG=
This fixes the following security problems:
* CVE-2018-0488: Risk of remote code execution when truncated HMAC is enabled
* CVE-2018-0487: Risk of remote code execution when verifying RSASSA-PSS
signatures
This release is also ABI incompatible with the previous one, but it is
API compatible.
Som
On 03/04/2018 06:40 PM, Rosen Penev wrote:
> I would like this to be backported to 17.01 as well. The mentioned
> Archer C7v2 runs 17.01. No impact between 17.01 and master.
>
> On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote:
>> This reverts commit 8d755ef052dca29db3b8da74149d9c7d74a54842.
>>
On 03/04/2018 07:44 PM, Florian Fainelli wrote:
> +Jonas,
>
> On 03/04/2018 05:09 AM, TheWerthFam wrote:
>> Full kernel log below. I remove the 8192cu wifi driver since it doesn't
>> work in AP mode and use a rt2800 base usb dongle.. Additionally grep
>> output of config-4.14 for SWCONFIG
>> grep
On Sun, Mar 4, 2018 at 1:58 PM, Hauke Mehrtens wrote:
> On 03/04/2018 06:40 PM, Rosen Penev wrote:
>> I would like this to be backported to 17.01 as well. The mentioned
>> Archer C7v2 runs 17.01. No impact between 17.01 and master.
>>
>> On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote:
>>> This
On Sun, Mar 4, 2018 at 5:57 AM, Hauke Mehrtens wrote:
> On 02/28/2018 11:34 AM, Marek Behun wrote:
>> Hello,
>>
>> the mt7530 switch driver is now in mainline kernel as a DSA driver. The
>> LEDE ramips target ethernet driver though doesn't use it yet, and I've
>> been thinking what all would have
Hi
On 2018-03-04, Hauke Mehrtens wrote:
> On 03/04/2018 06:40 PM, Rosen Penev wrote:
[...]
> > On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote:
[...]
> I also saw problems with the 10.2.4-1.0-00033 FW on my BT HH5, the
> ath10k wifi was just not available after some time.
> I am now trying th
I noticed that in the latest builds (from r6375 and onwards) mwan3
status cgi-bin/luci/admin/status/mwan is missing the graphic traffic
light boxes. Is this an error or have they been removed?
The last build I have with the graphics is r6320 - git-18.062.27847-1e46a67
___
On Fri, Feb 16, 2018 at 01:46:31PM +0100, John Crispin wrote:
> Hi,
>
> whats on the critical todo list for the upcoming release ? i still have
> a few minor things that I'll be adding shortly, apart from that I am
> currently not aware of any huge problems. the release will be a mix
> between
22 matches
Mail list logo