Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread James Feeney
On 11/20/2016 08:26 PM, David Lang wrote: > replying to details other than the feeds concept/ > ... >> There were two different definitions offered. I'm guessing that you meant >> the >> "build number" after the "major.minor" version number. > > not quite > > the branch would be Year.Month, ta

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread David Lang
replying to details other than the feeds concept/ On Sun, 20 Nov 2016, James Feeney wrote: Ok - thanks for taking the time to explain this versioning process. So now, I should take the time to "feed it back" and see if I understand. Ha! it does not require twenty different variables but it

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread David Lang
On Sun, 20 Nov 2016, Jo-Philipp Wich wrote: - git://git.lede-project.org/source.git - feeds.conf.default: git://git.lede-project.org/feed/packages.git - feeds.conf.default: git://git.lede-project.org/project/luci.git - feeds.conf.default: git://git.lede-project.org/feed/routing.git - feeds.

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread David Lang
Feed is a concept created by OpenWRT within the last couple of years. They used to have all the source for everything in one big repository, but they weren't keeping up with the updates for everything well. So they looked at the things that they were actually maintaining and kept them in the O

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread James Feeney
Ok - thanks for taking the time to explain this versioning process. So now, I should take the time to "feed it back" and see if I understand. Ha! > https://git.lede-project.org/source.git 404 Not Found Hmm. Try Google... https://git.lede-project.org/?p=source.git description LEDE Source R

[LEDE-DEV] [PATCH][uqmi 5/5] nas: fix network scan

2016-11-20 Thread Matti Laakso
Signed-off-by: Matti Laakso --- commands-nas.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/commands-nas.c b/commands-nas.c index fd51a13..5874bfb 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -364,7 +364,13 @@ cmd_nas_network_scan_cb(struct qmi_dev *qmi, struc

[LEDE-DEV] [PATCH][uqmi 0/5] Small fixes and new options

2016-11-20 Thread Matti Laakso
This is a set of small fixes and a couple of new options to uqmi. The biggest change is demoting APN to an extra option and adding the possibility to specify a profile index for the connection. Some modem-mobile provider combinations only accept the latter and don't allow setting the APN explicitly

[LEDE-DEV] [PATCH][uqmi 1/5] wds: fix set-autoconnect help text

2016-11-20 Thread Matti Laakso
Signed-off-by: Matti Laakso --- commands-wds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands-wds.h b/commands-wds.h index 8cb7289..ba67df9 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -43,6 +43,6 @@ " --stop-network : Stop network

[LEDE-DEV] [PATCH][uqmi 3/5] wds: make APN optional

2016-11-20 Thread Matti Laakso
Some modem firmwares do not use the APN selected in the Start Network command. Moreover, it is marked optional in the QMI specification. Signed-off-by: Matti Laakso --- commands-wds.c | 9 - commands-wds.h | 6 -- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/comman

[LEDE-DEV] [PATCH][uqmi 2/5] wds: add a separate --set-ip-family option

2016-11-20 Thread Matti Laakso
Change the current ip-family option to set the IP Family Preference TLV in the Start Network command, and add a separate set-ip-family option for the Set IP Family command. This is done to match how the autoconnect and set-autoconnect options work. Older modems don't support the Set IP Family comm

[LEDE-DEV] [PATCH][uqmi 4/5] wds: add option for specifying profile index

2016-11-20 Thread Matti Laakso
Some modems require the specification of a profile index which determines the APN and the IP family used for the connection. Signed-off-by: Matti Laakso --- commands-wds.c | 10 ++ commands-wds.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/commands-wds.c b/commands-wds.c ind

[LEDE-DEV] linksys 1200ac lockout problem still exists

2016-11-20 Thread Dave Taht
so, in a flood of optimism, I reflashed my linksys 1200ac with lede head. If you hit it with more than one download flow in netperf(flent), all successor flows still starve. http://www.taht.net/~d/linksys1200aclockout.png I was under the impression a fix (also adding BQL) had arrived for this pr

Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-11-20 Thread Hauke Mehrtens
Hi, Nice work. Will you prepare a pull request for the asterisk packages in the package feed with this code? Hauke On 11/07/2016 09:57 PM, Stefan Koch wrote: > Hi > > I have created some patches for asterisk 1.8, 11 and 13 a year ago. > In the last days I have prepared these as early patchset's

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread Jo-Philipp Wich
Hi, > Right off, I see the term "buildno" being used twice in a "name": 1) "version > number X.Y.Z ... Z the build number", and 2) "$version/targets/ar71xx/generic/ > packages/$buildno". This appears redundant, and redundancy is a bad idea in > this context. $version will contain just X.Y, there

Re: [LEDE-DEV] Release Preparation Questions

2016-11-20 Thread James Feeney
Hmm - A few comments from a naive outsider - > 1) Images shall have a version number X.Y.Z where X is the year of > release, Y the month and Z the build number produced by buildbot > > 2) The nonshared base repository holding kmods will be copied for each > consecutive build, so there will be