Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread Bastian Bittorf
* Michael Richardson [24.02.2017 19:00]: > >> Anyone can multiply two large prime numbers to get the solution. > > > oh, i was thinking that when you have a large number, e.g. > > >

Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread Bastian Bittorf
* Michael Richardson [24.02.2017 19:00]: > 2) call the first 16 bytes the build-identifier, base64 it. Or perhaps >bubble-babble it, and show it to the user, etc. as the recognizable >build name. the 'bubble-babble' thing is really interesting:

Re: [LEDE-DEV] [wiki]Table of packages is officially live!

2017-02-25 Thread Alberto Bursi
On 02/23/2017 10:48 PM, Baptiste Jonglez wrote: > On Mon, Feb 20, 2017 at 06:52:15PM +, Alberto Bursi wrote: >> The wiki feature showing what packages are in LEDE (and some information >> about them) is now complete! Hooray! :) >> >> https://lede-project.org/packages/start > > Great, thanks

[LEDE-DEV] Commit access to telephony feed

2017-02-25 Thread Sebastian Kemper
Hello all, Can I get commit access to the telephony feed repo? https://github.com/openwrt/telephony There has been no commit in eight months now. I have a PR up since beginning of November to add a FreeSWITCH stable package to the feed. https://github.com/openwrt/telephony/pull/124 But there

Re: [LEDE-DEV] [PATCH netifd] system-linux: add VXLAN support

2017-02-25 Thread Felix Fietkau
On 2017-02-24 20:52, Hans Dedecker wrote: > On Fri, Feb 24, 2017 at 6:12 PM, Matthias Schiffer > wrote: >> On 02/24/2017 05:53 PM, Hans Dedecker wrote: >>> On Thursday, 23 February 2017 22:23:32 CET Matthias Schiffer wrote: VXLAN shares many attributes with

Re: [LEDE-DEV] [PATCH netifd] system-linux: add VXLAN support

2017-02-25 Thread Matthias Schiffer
On 02/25/2017 11:51 AM, Felix Fietkau wrote: > On 2017-02-24 20:52, Hans Dedecker wrote: >> On Fri, Feb 24, 2017 at 6:12 PM, Matthias Schiffer >> wrote: >>> On 02/24/2017 05:53 PM, Hans Dedecker wrote: On Thursday, 23 February 2017 22:23:32 CET Matthias

[LEDE-DEV] [PATCH 2/2] relayd: fix making incomplete instance json data

2017-02-25 Thread Yousong Zhou
Defer procd_open_instance only after validity check passed. Fixes FS#541 Signed-off-by: Yousong Zhou --- package/network/services/relayd/Makefile | 2 +- package/network/services/relayd/files/relay.init | 19 +-- 2 files changed, 14

[LEDE-DEV] [PATCH 1/2] relayd: remove old start-stop-service related code

2017-02-25 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- package/network/services/relayd/files/relay.init | 15 --- 1 file changed, 15 deletions(-) diff --git a/package/network/services/relayd/files/relay.init b/package/network/services/relayd/files/relay.init index 028b61e..ac10f48

Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread Bastian Bittorf
* Felix Fietkau [25.02.2017 14:50]: > > root@LEDE:~ :) usign -B > > 98021604736550012081493806018992642304441039324849310980174888200312941028157 > > 114543661949658574850110716953530268394806126479026079327889534650057251922973 > I think patching something existing like usign does

Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread Michael Richardson
Bastian Bittorf wrote: > * Michael Richardson [24.02.2017 19:00]: >> 2) call the first 16 bytes the build-identifier, base64 it. Or perhaps >> bubble-babble it, and show it to the user, etc. as the recognizable >> build name. > the

Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread David Lang
The kernel already includes facilities for signing modules, if you are looking for a way to sign and verify things, it seems like it would make sense to adapt that to sign the entire image. ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] automated signed firmware upgrades / hide a secret in image

2017-02-25 Thread Bastian Bittorf
* David Lang [25.02.2017 20:11]: > The kernel already includes facilities for signing modules, if you > are looking for a way to sign and verify things, it seems like it > would make sense to adapt that to sign the entire image. It is not about signing the image/modules, but

Re: [LEDE-DEV] [PATCH] [17.01] Kernel: bump to 4.4.51

2017-02-25 Thread Stijn Segers
So... I have been running on 4.4.51 on a few days now but it looks like there's some weird stuff going on on my DIR-860L... I don't know if this is merely a timeline coincidence or if it's something linked to .51 (or .50). I checked its uptime and it reported < 2h (flashed it two days

[LEDE-DEV] [RFC] AR8327 driver: implementing get_port_stats function

2017-02-25 Thread Daniel Gonzalez Cabanelas
Currently the switch LED trigger only shows link status, but not traffic activity by blinking the LEDs on the AR8316/AR8327 switch. It turns out that the get_port_stats is missing. I've made this patch, which works ok. But I'm not sure if there is any reason to not implement this function.

[LEDE-DEV] [RFC] au1000: drop support

2017-02-25 Thread John Crispin
This target failed to boot with v4.4 and we did not have the hardware to test. Bruno and myself were the last users and neither of us has any future need to use this target. there are very few meshcubes left and the serial cable of mine is broken and i would need to order new parts to build one. I

[LEDE-DEV] Backporting to 17.01 fixes for relayd, ppp, mac80211-hwsim, openvpn

2017-02-25 Thread Yousong Zhou
Hi, John I'd like to push the following changes in my staging tree [1] to lede-17.01 branch, please review and ACK/NACK. Thanks. ef5cb96: Yousong Zhou: relayd: fix making incomplete instance json data 77fb98e: Yousong Zhou: relayd: remove old start-stop-service related code b24273f: Yousong