[LEDE-DEV] Collecting issues on github

2018-01-12 Thread Ted Hess
Hi folks, I would like to propose we close the issues tab on the github/openwrt/openwrt source repository as we did for the lede-project/source repo. We can continue to re-direct people to our bug-tracker for the mainline sources. The packages repo remains as it is now. /ted ___

Re: [LEDE-DEV] [PATCH 2/2] download.mk: introduce a new variable SKIPHASH

2017-12-07 Thread Ted Hess
Ack from me for PKG_HASH=none. Much easier to use. /ted -Original Message- From: Jo-Philipp Wich Sent: Thursday, December 07, 2017 9:56 AM To: lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] [PATCH 2/2] download.mk: introduce a new variable SKIPHASH Hi Baptiste, we've been d

[LEDE-DEV] [PATCH] layerscape: rename firmware packages to avoid name collisions

2017-12-01 Thread Ted Hess
layerscape firmware package names collide with existing package contributions. Ex: layerscape mc and midnight-commander(mc) are in conflict. Firmware packages: mc, ppa, rcw and dpl are renamed to ls-mc, ls-ppa, ls-rcw and ls-dpl respectively. Signed-off-by: Ted Hess --- package/firmware

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-29 Thread Ted Hess
Hi all - I have pushed an update to kernel 4.9 for ixp4xx to my staging repo at: https://git.lede-project.org/lede/thess/staging.git ixp4xx-kernel-4.9 I have only tested it on an Actiontec MI424WR and an NSLU2. Any feedback appreciated. I will merge it soon if no problems arise. /ted ___

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-02 Thread Ted Hess
-Original Message- From: Hauke Mehrtens Sent: Monday, October 02, 2017 3:18 PM To: lede-dev@lists.infradead.org Subject: [LEDE-DEV] kernel 4.9 migration for next release For the next major LEDE release after 17.01 all targets should be on kernel 4.9, otherwise they will most likely n

[LEDE-DEV] Fw: FYI: LEDE got bossie award

2017-10-02 Thread Ted Hess
Fwd to a wider distribution /ted -Original Message- From: juha-pekka.laesvu...@iteco.fi Sent: Monday, October 02, 2017 8:07 AM To: cont...@lede-project.org Subject: FYI: LEDE got bossie award Hi! Just to let you know that LEDE got bossie award https://www.infoworld.com/article/3

Re: [LEDE-DEV] Conditional dependencies in Makefiles

2017-08-30 Thread Ted Hess
intermediate config symbols (as we do with -custom) -- will give this a try. Regards, /ted -Original Message- From: Felix Fietkau Sent: Tuesday, August 29, 2017 3:04 PM To: Ted Hess ; lede-dev Subject: Re: [LEDE-DEV] Conditional dependencies in Makefiles Please don't introduce depende

Re: [LEDE-DEV] Conditional dependencies in Makefiles

2017-08-29 Thread Ted Hess
onfig evaluation? /ted -Original Message- From: Alexandru Ardelean Sent: Tuesday, August 29, 2017 2:50 PM To: LEDE Development List ; Ted Hess Subject: Re: [LEDE-DEV] Conditional dependencies in Makefiles What if you do outside of the function def. ifeq ($(CONFIG_SOFT_FLO

[LEDE-DEV] Conditional dependencies in Makefiles

2017-08-29 Thread Ted Hess
Hi all - I have a package (ffmpeg) build problem which is trying to specify a different DEPENDS for soft-float systems and one for hard-float. The package definition is as follows: > define Package/libffmpeg-full > $(call Package/libffmpeg/Default) >  TITLE+= (full) >  DEPENDS+= @BUILD_PATENTED +

[LEDE-DEV] libmpdclient - meson/ninja ?

2017-08-29 Thread Ted Hess
Hi all - The latest releases of libmpdclient, part of the Music Player Daemon (mpd), has been revised to build with the Meson build system and Ninja. It no longer has support for autotools & make. Since we do not have the availability of this build environment / toolchain, the current version (2.1

[LEDE-DEV] Forum downtime - occurring now

2017-03-13 Thread Ted Hess
Hi all - The forum system (https://forum.lede-project.org) on Digital Ocean is going down for an urgent storage expansion operation and (not urgent) software upgrade. I will keep the outage as short as possible and keep the outage to a minimum until the expansion is complete. Sorry for the s

Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers

2017-02-24 Thread Ted Hess
-Original Message- From: Felix Fietkau Sent: Friday, February 24, 2017 3:39 AM To: Ted Hess ; Yousong Zhou ; lede-dev Subject: Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers On 2017-02-24 03:37, Ted Hess wrote: Yousong - As a side note to your side

Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers

2017-02-23 Thread Ted Hess
top-post) -Original Message- From: Yousong Zhou Sent: Thursday, February 23, 2017 8:07 PM To: Ted Hess Cc: lede-dev Subject: Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers On 24 February 2017 at 08:30, Ted Hess wrote: -Original Message- From

Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers

2017-02-23 Thread Ted Hess
-Original Message- From: Yousong Zhou Sent: Thursday, February 23, 2017 7:15 PM To: Ted Hess Cc: lede-dev Subject: Re: [LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers On 24 February 2017 at 05:20, Ted Hess wrote: The current implementation of calloc_a

[LEDE-DEV] [PATCH] libubox: Fix calloc_a() to return mem aligned pointers

2017-02-23 Thread Ted Hess
is all the burdensome considering the overhead of separate malloc/calloc/free call to accomplish the same thing. Signed-off-by: Ted Hess ---  utils.c | 7 +--  1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utils.c b/utils.c index 5d9d5aa..314f716 100644 --- a/utils.c +++ b

Re: [LEDE-DEV] [PATCH] kmodloader: don't store aliases info in struct module

2017-02-23 Thread Ted Hess
On Thu, 2017-02-23 at 11:25 +0800, Yousong Zhou wrote: > This also fixes FS#544 as the allocation causing possible address alignment > issue should now disappear > > Size comparison on x86_64 system > > function old new   delta > alloc_m

Re: [LEDE-DEV] Making staging tree appear on cgit?

2017-01-17 Thread Ted Hess
On Tue, 2017-01-17 at 11:10 -0800, Florian Fainelli wrote: > Hi, > > Are there specific instructions not currently documented at: > https://lede-project.org/docs/guide-developer/the-source-code > > that are needed in order to make one's staging tree appear on cgit? > > Thanks! There should be n

Re: [LEDE-DEV] forum limitations

2017-01-17 Thread Ted Hess
On Tue, 2017-01-17 at 09:32 -0800, David Lang wrote: > currently new users (for some definition of 'new', I have 63 posts starting  > within a day or two of when the forum was created) are limited to 3 replies in > a  > topic. > > This limit is really easy to hit in a technical discussion and is g

Re: [LEDE-DEV] Branching LEDE 17.01

2017-01-10 Thread Ted Hess
On Tue, 2017-01-10 at 16:19 +0100, Jo-Philipp Wich wrote: > Hi guys, > > I'd like to branch off lede-17.01 on Friday, the 13th and would > appreciate if you could merge your outstanding, release critical work > until then. > > If you think we should delay branching, then raise your objections now

Re: [LEDE-DEV] Fading out PolarSSL

2017-01-06 Thread Ted Hess
On Tue, 2017-01-03 at 17:32 +0100, Steven Barth wrote: > Hey everyone, > > > > > Currently known remaining users of polarssl are: > > > >  * bmx7 > >  * pianod > >  * shadowsocks-libev-polarssl > >  * shairport-sync-mini > >  * shairport-sync-polarssl > >  * transmission-cli-polarssl > >  * tran

Re: [LEDE-DEV] [Forum] Certificate expired

2016-12-08 Thread Ted Hess
Nope, @jow - you won... /ted -Original Message- From: Jo-Philipp Wich Sent: Thursday, December 08, 2016 5:09 PM To: Thomas Endt Cc: lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] [Forum] Certificate expired Thanks Thomas, will check in approx. one or two hours unless Ted beats

Re: [LEDE-DEV] How do you develop (compile) LEDE efficiently?

2016-11-07 Thread Ted Hess
-Original Message- From: Weedy Sent: Monday, November 07, 2016 3:03 PM To: Rafał Miłecki Cc: LEDE Development List Subject: Re: [LEDE-DEV] How do you develop (compile) LEDE efficiently? On Sun, Nov 6, 2016 at 3:24 PM, Rafał Miłecki wrote: I'm looking for a new notebook, but I can't fin

[LEDE-DEV] LEDE Forum now open for business

2016-11-03 Thread Ted Hess
Hi all - Here it is: https://forum.lede-project.org You can now self-register without admin approval. With a lot of help and comments from a bunch of the current users, I think we now have a very usable site. We may still tweak the style, layouts and options as we mature the site so don't be ups

Re: [LEDE-DEV] Has a forum been selected?

2016-11-01 Thread Ted Hess
On Tue, 2016-11-01 at 18:50 +, grgw...@unseen.is wrote: > Hey, guys. Looking forward to the start of a LEDE forum. Has a consensus been > reached on where it will be hosted? When it is up and running, will there be > any announcements other than on this mailing list? I'm wondering where I > sho

Re: [LEDE-DEV] LEDE Forum - Startup mode

2016-10-25 Thread Ted Hess
On Tue, 2016-10-25 at 17:26 +0200, Vincenzo Romano wrote: > Just my humble opinion. > That piece of software looks great. > Isn't there any other free (as in beer) alternative? > -- > Vincenzo Romano - NotOrAnd.IT > Information Technologies > -- > NON QVIETIS MARIBVS NAVTA PERITVS > > The other

[LEDE-DEV] LEDE Forum - Startup mode

2016-10-25 Thread Ted Hess
Hi all - First off, thanks for all the feedback, suggestions and volunteers. For starters, and perhaps to become permanent, we have set up a copy of Discourse (http://discourse.org) for testing and evaluation. It is a very popular package for new organizations and it has a pretty active community

Re: [LEDE-DEV] [packages for-15.05 PATCH 2/2] ffmpeg: backport AAC fix for multichannel mapping

2016-09-30 Thread Ted Hess
Thanks for these updates - I manually merged them to for-15.05. https://github.com/openwrt/packages/commit/9de3069a949d303dcafd52c6df11baa7c673b 57f (Tried to include your SoB, but branch wouldn't allow force-push after amend -- sorry) /ted On Fri, 2016-09-30 at 14:17 +0200, Rafał Miłecki wrote:

Re: [LEDE-DEV] A Wiki for LEDE Documentation

2016-09-25 Thread Ted Hess
On Sun, 2016-09-25 at 20:15 +0200, Thomas Endt wrote: > What would be the official LEDE logo for the wiki? > > This one? > https://www.lede-project.org/logo/logo_small.png > > If yes: Can I have this in a bigger size, please? > The best place to start is here: https://github.com/lede-project/we

Re: [LEDE-DEV] LEDE Wiki Teambuilding

2016-09-20 Thread Ted Hess
k/end. Suggest a package... I don't usually hang-out on IRC, so email is the best way to communicate. /ted CC to lede-adm where others can weigh in. NameFunction ===== Ted Hess (th...@kitschensync.net), Martin Tippmann  (m...@i3o.de), Jan-Ta

[LEDE-DEV] Extraneous messages from issue tracker

2016-09-08 Thread Ted Hess
Hi all - If you are receiving a message about a task change which was done by me and don't know what changed - It's due to the work I am doing on issue "tags". I am removing redundant information and cleaning up the actual tags in use to be single word items. Tags may now be a list of single words

Re: [LEDE-DEV] Missing packages on repo today?

2016-08-08 Thread Ted Hess
On Mon, 2016-08-08 at 16:29 +0800, Feng Li wrote: > I have encountered the same issue. > I remember I could install luci-ssl successful last week. And after > one day these packages have gone. > > So I have to switch to the old openwrt source list. > > Anyone could give some reasons why this happ

Re: [LEDE-DEV] lede forum

2016-07-24 Thread Ted Hess
On Sun, 2016-07-24 at 16:37 +0200, moeller0 wrote: > > > > On Jul 24, 2016, at 15:41 , tapper wrote: > > > > Hi with the ssl sert being messed up on the openwrt forum we really need a > > forum for lede. I don't know how to set one up but wen one is put up i wood > > like to be a admin to help w

[LEDE-DEV] Mail notifications from Flyspray

2016-07-14 Thread Ted Hess
Hi all - As reported - there was a problem with email notification from our bug tracking system. This problem has been cleared up and notifications are being delivered once again. If anyone has tried to register on bugs.lede-project.org and did not receive their email confirmation, you should be

Re: [LEDE-DEV] new bugs mailing list

2016-06-22 Thread Ted Hess
Daniel - Subject to a few more folk's OKs and an up-coming adm meeting, I think we are going to go forward with Flyspray. There is no other proposed systems on deck for testing, so this is it unless someone proposes an alternative for further testing, etc. If you need any help getting at the F

Re: [LEDE-DEV] ar71xx - please help test

2016-06-21 Thread Ted Hess
On Tue, 2016-06-21 at 10:23 +0200, John Crispin wrote: > Hi, > > i have moved all the profiles into the image building code. i have done > some basic testing and already got a bit of feedback from others. > > it would be nice if people could help test the following patch from my > staging tree >

Re: [LEDE-DEV] IXP4xx support for LEDE kernel v4.4

2016-06-05 Thread Ted Hess
On Sun, 2016-06-05 at 17:39 +0200, Jo-Philipp Wich wrote: > Hi Ted, > > from a cursory look it appears fine to me and since you runtime tested > it on your Slug already I'd say go for it. > > ~ Jo > Current maintainer is Kaloz - should I leave it as is? /ted _

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-04 Thread Ted Hess
On Sat, 2016-06-04 at 12:48 +0200, Jonas Gorski wrote: > On 2 June 2016 at 19:18, John Crispin wrote: > > > > > > > > On 02/06/2016 19:02, Ted Hess wrote: > > > > > > Check it out now... > > > > > the funk soul brothers > H

[LEDE-DEV] IXP4xx support for LEDE kernel v4.4

2016-06-03 Thread Ted Hess
I've updated the config for IXP4xx systems and fixed the patches, etc. If anyone wants to test, the updates are in my staging tree at: https://git.lede-project.org:lede/thess/staging.git (ixp4xx-kernel-4.4 branch) Builds all platforms and has been tested on NSLU2 w/mjpg-streamer. /ted

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Ted Hess
Check it out now... /ted On Thu, 2016-06-02 at 13:41 +, Alexey Brodkin wrote: > Hello, > > I think it would be quite convenient to add info about URLs > that could be used for accessing Lede repos via git. > > In OpenWRT Git Web we had something like that: > --->8---

Re: [LEDE-DEV] [PATCH] mac80211: change default SSID from Lede to LEDE

2016-05-24 Thread Ted Hess
From: Rafał Miłecki Sent: Tuesday, May 24, 2016 3:37 AM To: lede-dev@lists.infradead.org Cc: Rafał Miłecki Subject: [LEDE-DEV] [PATCH] mac80211: change default SSID from Lede to LEDE LEDE project seems to be using "LEDE" as its acronym everywhere. To keep things consistent adjust default wireless

Re: [LEDE-DEV] Status of OpenWrt feeds in LEDE

2016-05-08 Thread Ted Hess
Mike - The packages in the LEDE source repo are just the base-system packages as they were in the OpenWRT repo. The Github packages (openwrt/packages) will continue as they are and will be used by both distros. Hopefully, the packages will continue to be build in both environments. /ted

Re: [LEDE-DEV] List Prefix

2016-05-05 Thread Ted Hess
Ha! As a veteran top-poster and victim of Windows Live Mail when I respond sometimes, I take exception to your statement below. Of course, when I am using that slick *ix mail apps, I can look like the rest of you folks. I guess all these years in the industry being a top-poster makes me clueles

Re: [PATCH] generic: Colorize the command line prompt

2016-05-04 Thread Ted Hess
> This patch colorizes the command line prompt > > Signed-off-by: L. D. Pinney > --- > > package/base-files/files/etc/profile | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/package/base-files/files/etc/profile b/package/base > -files/files/