Le 02/15/17 à 04:37, Felix Fietkau a écrit :
> On 2017-02-15 13:34, Rafał Miłecki wrote:
>> From: Rafał Miłecki
>>
>> We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18
>> kernel. We obviously don't want to have targets like this in the
>> release, especially with 3.18 being EOL
Calling opkg with --no-configure prevents opkg
from running the configuration of the package (postinstall scripts ..etc)
This way opkg will only install the package, without restarting the service for
example.
Signed-off-by: Daniel Danzberger
---
.../opkg/patches/300-add-no-configure-option.p
> "Russell" == Russell Senior writes:
> "Russell" == Russell Senior writes:
> "David" == David Woodhouse writes:
David> On Wed, 2017-02-15 at 12:52 -0800, Russell Senior wrote:
I last built on February 1, circa r3226, and that works.
David> But not with an out-of-the-box confi
On 14 February 2017 at 23:10, Rafał Miłecki wrote:
> On 14 February 2017 at 22:38, Mirko Parthey wrote:
>> The Asus WL-500W buttons are active high,
>> but the software treats them as active low.
>> Fix the inverted logic.
>>
>> Signed-off-by: Mirko Parthey
>
> Please send upstream patch for thi
On 14 February 2017 at 15:05, Mirko Parthey wrote:
> Choose a set of USB drivers which actually support the Asus WL-500W hardware.
>
> Signed-off-by: Mirko Parthey
Applied with a bit more detailed commit message, thanks!
___
Lede-dev mailing list
Lede
On Wed, Feb 15, 2017 at 11:45 AM, Jo-Philipp Wich wrote:
> Also please mention known broken targets or images that should get
> disabled for the release in case there is no readily available fixes
> available.
I am having issues with a Netgear wnr2000v3. I downloaded the RC2
image (
http://downlo
> "Russell" == Russell Senior writes:
> "David" == David Woodhouse writes:
David> On Wed, 2017-02-15 at 12:52 -0800, Russell Senior wrote:
>>> I last built on February 1, circa r3226, and that works.
David> But not with an out-of-the-box configuration anyway, right?
Russell> Pretty muc
> "David" == David Woodhouse writes:
David> On Wed, 2017-02-15 at 12:52 -0800, Russell Senior wrote:
>> I last built on February 1, circa r3226, and that works.
David> But not with an out-of-the-box configuration anyway, right?
Pretty much. This was my .config stub:
CONFIG_TARGET_x86=y
On Wed, 2017-02-15 at 12:52 -0800, Russell Senior wrote:
> I last built on February 1, circa r3226, and that works.
But not with an out-of-the-box configuration anyway, right?
smime.p7s
Description: S/MIME cryptographic signature
___
Lede-dev mailing l
> "David" == David Woodhouse writes:
David> On Wed, 2017-02-15 at 12:24 -0800, Russell Senior wrote:
>>
>>
David> In the same PR#840:
>>
David> b5bec324fb6eecc483e093a231d7d3fc050bf344 x86: Set default baud
David> rate on Geode images to 115200
>>
>> The alix2 (also a Geode) uses 38400 in
On Wed, 2017-02-15 at 12:24 -0800, Russell Senior wrote:
>
>
> David> In the same PR#840:
>
> David> b5bec324fb6eecc483e093a231d7d3fc050bf344 x86: Set default baud
> David> rate on Geode images to 115200
>
> The alix2 (also a Geode) uses 38400 in the BIOS.
Hm. The Geos uses 115200 in the BIOS.
> "David" == David Woodhouse writes:
David> On Wed, 2017-02-15 at 17:14 +, David Woodhouse wrote:
>> I'd like to change the default serial baud rate to 115200 too... will
>> do that shortly.
David> In the same PR#840:
David> b5bec324fb6eecc483e093a231d7d3fc050bf344 x86: Set default bau
On 02/15/2017 05:45 PM, Jo-Philipp Wich wrote:
> Hi,
>
> To get final fixes into the release please mention Git commits you like
> to see cherry-picked in to lede-17.01 until Sunday, the 19th.
>
a9d347c11c34e48d17e1a4902a56d1f2f577bfab
uboot-kirkwood: fix goflexhome/net bootcommand
-Alberto
_
On Wed, 2017-02-15 at 17:14 +, David Woodhouse wrote:
> On Wed, 2017-02-15 at 17:45 +0100, Jo-Philipp Wich wrote:
> >
> >
> > To get final fixes into the release please mention Git commits you like
> > to see cherry-picked in to lede-17.01 until Sunday, the 19th.
> 657418db68fe2be89bdba2a147
On Wed, 2017-02-15 at 17:45 +0100, Jo-Philipp Wich wrote:
>
> To get final fixes into the release please mention Git commits you like
> to see cherry-picked in to lede-17.01 until Sunday, the 19th.
657418db68fe2be89bdba2a147a08168d7a760ba x86: Add configuration back for
Traverse Geos
27a635f0b4
Hi,
due to ongoing bug fixing efforts and some outstanding work on solving
regressions I'd like to postpone the release of 17.01.0 final by a week.
According to the revised plan, I'd like to tag v17.01.0 on Monday, the
20th and release final binary images on Wednesday, the 22th.
--
To get final
This sets status_led for the gl-ar300m and gl-mifi boards, and fixes led names
so that they follow correct naming scheme.
Signed-off-by: Wojciech Jowsa
---
target/linux/ar71xx/base-files/etc/board.d/01_leds | 21 ++---
target/linux/ar71xx/base-files/etc/diag.sh | 4 +
arc-2016.09 is the most recent toolchain for ARC cores and
it is based on top of upstream Binutils 2.27 and GCC 6.2.1.
With updated major version of GCC we copied all GCC 6.x patches
for ARC as well as Bintils 2.27 patches.
Note that toochain sports ARCv4 ABI and so must be used
with 4.8+ Linux k
From: Alexey Brodkin
This allows us to build kernel's crypto modules in Linux v4.9.
Otherwise we're seeing the following breakage:
--->8-
...//openwrt/build_dir/target-arc_arc700_uClibc/linux-arc770_generic/cryptodev-linux-1.8/cryptlib.c:
In function 'cryptodev_ci
On 15 February 2017 at 13:37, Felix Fietkau wrote:
> On 2017-02-15 13:34, Rafał Miłecki wrote:
>> From: Rafał Miłecki
>>
>> We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18
>> kernel. We obviously don't want to have targets like this in the
>> release, especially with 3.18 be
On 2017-02-15 13:34, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18
> kernel. We obviously don't want to have targets like this in the
> release, especially with 3.18 being EOL.
>
> It may be not too late for bringing these ta
From: Rafał Miłecki
We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18
kernel. We obviously don't want to have targets like this in the
release, especially with 3.18 being EOL.
It may be not too late for bringing these targets back for the next
minor release, so just mark them
On 2017-02-15 13:20, Imre Kaloz wrote:
> Hi Alexey,
>
> On 2017-02-15 11:11, Alexey Brodkin wrote:
>> From: Alexey Brodkin
>>
>> On some [especially corporate] networks non-standard ports are blocked
>> and git is one of them. So switch to more convenient https transport.
>>
>> Signed-off-by: Ale
Hi Imre,
On Wed, 2017-02-15 at 13:20 +0100, Imre Kaloz wrote:
> Hi Alexey,
>
> On 2017-02-15 11:11, Alexey Brodkin wrote:
> >
> > From: Alexey Brodkin
> >
> > On some [especially corporate] networks non-standard ports are blocked
> > and git is one of them. So switch to more convenient https t
On Wed, 2017-02-15 at 12:27 +, David Woodhouse wrote:
> On Wed, 2017-02-15 at 13:11 +0300, Alexey Brodkin wrote:
> >
> >
> > On some [especially corporate] networks non-standard ports are blocked
> > and git is one of them. So switch to more convenient https transport.
> Here's a nickel, kid.
On Wed, 2017-02-15 at 13:11 +0300, Alexey Brodkin wrote:
>
> On some [especially corporate] networks non-standard ports are blocked
> and git is one of them. So switch to more convenient https transport.
Here's a nickel, kid. Get yourself a proper Internet connection.
Seriously, better to advoca
Hi Alexey,
On 2017-02-15 11:11, Alexey Brodkin wrote:
From: Alexey Brodkin
On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.
Signed-off-by: Alexey Brodkin
Please make this a configuration option inst
From: Alexey Brodkin
On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.
Signed-off-by: Alexey Brodkin
---
net/rtpproxy/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rtpp
From: Alexey Brodkin
On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.
Signed-off-by: Alexey Brodkin
---
batmand/Makefile| 2 +-
bmx6/Makefile | 2 +-
bmx7/Makefile
From: Alexey Brodkin
On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.
Signed-off-by: Alexey Brodkin
---
libs/dmx_usb_module/Makefile | 2 +-
libs/libhttp-parser/Makefile | 2 +-
libs/libsoxr/Makefile
On Wed, 2017-02-15 at 09:29 +0100, John Crispin wrote:
>
> > --- a/target/linux/ar71xx/base-files/etc/diag.sh
> > +++ b/target/linux/ar71xx/base-files/etc/diag.sh
> > @@ -63,6 +63,10 @@ get_status_led() {
> > gl-inet)
> > status_led="$board:green:lan"
> > ;;
On 2017-02-15 07:40, Stijn Tintel wrote:
> Hi,
>
> I would like to cherry-pick the following commit to lede-17.01:
> 0bf85ef dropbear: enable SHA256 HMACs
>
> Please ACK/NAK.
ACK.
- Felix
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://
On 14/02/2017 15:46, Wojciech Jowsa wrote:
> This sets status_led for the gl-ar300m and gl-mifi boards.
>
> Signed-off-by: Wojciech Jowsa
> ---
> target/linux/ar71xx/base-files/etc/diag.sh | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/target/linux/ar71xx/base-files/etc/diag.sh
On Tue, Feb 14, 2017 at 11:35 PM, Philip Prindeville
wrote:
>
>> On Feb 11, 2017, at 11:11 PM, Stijn Tintel wrote:
>>
>> On 10-02-17 18:11, Dave Taht wrote:
>>> About the biggest request from the field seems to be supplying RA and
>>> dhcpv6 dns on a more real IPv6 address than fe80 to make andro
On 15 February 2017 at 14:40, Stijn Tintel wrote:
> Hi,
>
> I would like to cherry-pick the following commit to lede-17.01:
> 0bf85ef dropbear: enable SHA256 HMACs
>
> Please ACK/NAK.
>
> Thanks,
> Stijn
ACK, and just in case, please remember to also bump PKG_RELEASE ;)
yousong
35 matches
Mail list logo