Hi all,
I'm wondering why a nonshared packages from the telephony feed is
ignored by the buildbots.
There is asterisk-chan-lantig here:
https://github.com/openwrt/telephony/blob/master/net/asterisk-chan-lantiq/Makefile
It has:
PKG_FLAGS:=nonshared
It also has a dependency on kmod-ltq-vmmc. The
the build bots can check why it is still failing I'd
really appreciate it.
If that's not possible, is there a way to "simulate" a build bot run "at home"
maybe? Without going totally overboard?
Kind regards,
Sebastian
Am 22. September 2017 08:15:50 MESZ schrieb Seba
On Sun, Oct 01, 2017 at 04:23:51PM +0200, Zoltan Gyarmati wrote:
>
> Dear All,
>
> i join to this question.
>
> https://lede-project.org/releases/17.01/start#roadmap seems to be
> outdated, the last mentioned
> planned release is there for July, and apparently it didn't happen, so
> it would be
17 20:35, Sebastian Kemper:
>> Hi all,
>>
>> So now we have a broken-out asterisk-chan-lantiq package:
>>
>https://github.com/openwrt/telephony/tree/master/net/asterisk-chan-lantiq
>>
>> I thought it would work like that, but the package still does not
Hi all,
So now we have a broken-out asterisk-chan-lantiq package:
https://github.com/openwrt/telephony/tree/master/net/asterisk-chan-lantiq
I thought it would work like that, but the package still does not show
up in the target snapshot folder, e.g.
https://downloads.lede-project.org/snapshots/ta
within this
>commit.
>>
>>
>https://github.com/openwrt/telephony/commit/264f4e872fa307477f8cb2f23174c5b4a644d513
>>
>> Kind regards,
>> Jiri
>>
>> 2017-09-12 21:14 GMT+02:00 Mathias Kresin :
>>
>> > 12.09.2017 20:28, Sebastian Kemp
On Tue, Sep 12, 2017 at 12:49:54PM +0200, sca...@arcor.de wrote:
> Hello all,
>
> can you please add asterisk13-chan-lantiq to the LEDE packages for
> mips_24kc? It's possible to build this package via the SDK and I would
> appreciate if you can build it automatically.
Hi Tim,
The package depend
On Tue, Aug 29, 2017 at 05:15:51PM +, Sebastian Kemper wrote:
> Hi Ted,
>
> Maybe a stupid idea, but is there a tab in front of the depends? Does
> removing it help?
No, that doesn't help.
I remember trying to do something like this with PKG_BUILD_DEPENDS and
couldn't
Hi Ted,
Maybe a stupid idea, but is there a tab in front of the depends? Does removing
it help?
Seb
Am 29. August 2017 19:08:11 MESZ schrieb 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-f
Sorry list,
I accidentally replied to the wrong e-mail.
Regards,
Sebastian
Am 9. August 2017 12:13:55 MESZ schrieb Sebastian Kemper :
>Wow, Glückwunsch!
>
>Jupp, alles beim alten.
>
>Ich glaube ich schlage bezeiten mal wieder bei deinem Das auf zum Hallo
>sagen.
>
>Gru
Wow, Glückwunsch!
Jupp, alles beim alten.
Ich glaube ich schlage bezeiten mal wieder bei deinem Das auf zum Hallo sagen.
Gruß
Basti
Am 9. August 2017 11:35:13 MESZ schrieb Amir Sabbaghi :
>Hi everyone,
>
>I have a MT7620A based router which is supposed to handle 300Mbps of
>bandwidth over WiFi.
On Mon, Jul 24, 2017 at 07:21:16PM +0200, Jo-Philipp Wich wrote:
> Hi,
>
> this has been fixed with
> https://git.lede-project.org/9e64874fb2508e49e52898c238d817bd152bf2c2
> and will propagate to the builders within the next two to three days.
>
> ~ Jo
Thanks Jo!
___
Hi all,
Currently lots of snapshot packages aren't building. I think this is the
situation since end of last week.
For instance ncurses is failing with
checking for x86_64-pc-linux-gnu-gcc... ccache gcc
checking for C compiler default output... configure: error: C compiler cannot
create executa
the quick fix that doesn't change the old behavior.
Signed-off-by: Sebastian Kemper
---
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh
index 55caefc1a8..6edafe536a 100755
--- a/scripts/rstrip.sh
+++ b/scripts/rstrip.sh
@@ -38,7 +38,7 @@ find $TARGETS -type f -a -exec file {} \; | \
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 h
Hi,
Another nitpick, there's a typo in a comment:
"/* GMAC1 is connected tot eh SGMII interface */"
Regards,
Sebastian
Am 15. Januar 2017 14:52:17 MEZ schrieb John Crispin :
>Hi,
>
>looks good, one minor nitpicks inline
>
>On 11/01/2017 17:19, Conor O'Gorman wrote:
>> Support Abicom Internation
On Mon, Jan 09, 2017 at 04:33:02PM +0100, Baptiste Jonglez wrote:
> Hi Sebastian,
>
> On Mon, Dec 19, 2016 at 11:58:26PM +0100, Sebastian Kemper wrote:
> > Hi all,
> >
> > I'm running LEDE git from yesterday (but also observed this on an older
> > git revi
Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by Sebastian Kemper
With ieee80211w enabled the script in hostapd-common changed the
configuration file to include wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256
instead of just WPA-PSK
Hi all,
I'm running LEDE git from yesterday (but also observed this on an older
git revision from a few weeks back) on a small mips router. When I start
freeswitch compiled without libedit via procd, CPU usage goes up to a
100% percent. When freeswitch is compiled with libedit on the other
hand, e
On Mon, Nov 14, 2016 at 01:28:08PM +0800, Yousong Zhou wrote:
> On 14 November 2016 at 01:21, Sebastian Kemper wrote:
> > Hi all,
> >
> > I'm working on a package for OpenWRT/LEDE. A pull request with the
> > Makefile is here: https://github.com/openwrt/telepho
Hi all,
I'm working on a package for OpenWRT/LEDE. A pull request with the
Makefile is here: https://github.com/openwrt/telephony/pull/124/files
During compilation I see a lot of these warnings:
cc1: note: someone does not honour COPTS correctly, passed 4 times
Are these caused by my Makefile o
21 matches
Mail list logo