Hi,
On Sun, Jul 20, 2014 at 03:50:24PM -0700, David Lang wrote:
> >I'm well aware of all the bullshit that is knocking on my doors all
> >day. Point is, firewalls on the *routers* are not goint to help the
> >laptop that moves around, attaches to a Wifi Hotspot, is hacked there,
> >gets moved bac
Steven Barth wrote:
> I renamed the xl2tpd netifd protocol to "l2tpv2" and kept the l2tpv3 as
> "l2tp" as documented in the wiki.
Thanks :)
On Mon, Jul 21, 2014 at 08:47:58AM +0200, Dirk Neukirchen wrote:
> > The config are totally different, the problem is really a name clash.
>
> It seems they
On Mon, 21 Jul 2014, Gert Doering wrote:
Hi,
On Sun, Jul 20, 2014 at 03:50:24PM -0700, David Lang wrote:
I'm well aware of all the bullshit that is knocking on my doors all
day. Point is, firewalls on the *routers* are not goint to help the
laptop that moves around, attaches to a Wifi Hotspot
Hi,
On Mon, Jul 21, 2014 at 12:18:46AM -0700, David Lang wrote:
> While it is nice to say that IPv6 has a large address space and so nobody
> will ever scan it, I don't believe it.
Don't believe. Try math. 2^64 is big enough that if you manage to send
a few 1000 packets a second, you'll need
If you would that would be great. It is not essential, but
that way all the necessary downloads would be in one place
on the official openwrt site.
Thank you,
Ben
On Sun, 2014-07-20 at 11:12 +0200, John Crispin wrote:
> i can build a ramdisk for the board for the reelase if it is needed to
> in
On Mon, 21 Jul 2014, Gert Doering wrote:
On Mon, Jul 21, 2014 at 12:18:46AM -0700, David Lang wrote:
While it is nice to say that IPv6 has a large address space and so nobody
will ever scan it, I don't believe it.
Don't believe. Try math. 2^64 is big enough that if you manage to send
a few
Hi Garbor,
In luci-app-mindlna we find the following in
/etc/uci-defaults/luci-minidlna:
3 /etc/init.d/minidlna enabled && {
4 /etc/init.d/minidlna stop
5 /etc/init.d/minidlna disable
6 }
Which disables MiniDLNA startup and is a quite unexpected side-effect of
ins
Am 21.07.2014 11:18, schrieb Bruno Randolf:
> Hi Garbor,
>
> In luci-app-mindlna we find the following in
> /etc/uci-defaults/luci-minidlna:
>
> 3 /etc/init.d/minidlna enabled && {
> 4 /etc/init.d/minidlna stop
> 5 /etc/init.d/minidlna disable
> 6 }
>
> Which disables Min
On 07/18/2014 06:25 PM, John Crispin wrote:
> 4) we make a script that we call after the build on the server that
> repackages the images
>
> how about that ?
Hmmm, I think it should not be done on the server, but as part of the
OpenWRT build - also if I compile locally I would like to get a
sysu
* Mathias Kresin [18.07.2014 19:36]:
> i'm using the rss feed from gitweb
> http://git.openwrt.org/?p=openwrt.git;a=atom;opt=--no-merges which
> works quite nice.
works, thank you! - bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwr
sure, i also just figured out why the rc1 lantiq images dont have dsl
enabled by default. i will pusah a fix to trunk tonight once i tested
it properly
John
On 21/07/2014 10:29, Ben Mulvihill wrote:
> If you would that would be great. It is not essential, but that way
> all the necessary
On 07/21/2014 12:28 PM, Bruno Randolf wrote:
> It would be possible to create a special image for upgrade from AA,
> something like
> "openwrt-au1000-au1500-jffs2-128k-sysupgrade-from-12.09.bin", but I
> think it's simpler to just add a symlink to the tar.gz in all cases,
The symlink approach does
Hi Bruno
i will merge a patch post the rc2 fork that will generate old and new
images int he release branch while not doing so in the dev trunk. i
really dont want any workarounds in trunk
how about that ?
John
On 21/07/2014 15:20, Bruno Randolf wrote:
> On 07/21/2014 12:28 PM, Bruno Ra
Add new target-profile for both boards in menuconfig.
Replaced unconditional Makefile directives with such that depends on menuconfig
settings.
The default behaviour remains to be as it was: to compile for both.
Signed-off-by: Claudio Thomas
---
target/linux/mpc83xx/Makefile | 12
Add new target-profile for both boards in menuconfig.
Replaced unconditional Makefile directives with such that depends on menuconfig
settings.
The default behaviour remains to be as it was: to compile for both.
Signed-off-by: Claudio Thomas
---
target/linux/mpc83xx/Makefile | 12
uclient_connect may return an error and calling uclient_write will cause
a crash
Signed-off-by: Rafał Miłecki
---
V2: Use "exit", otherwise cwmp-session will hang... no idea why :(
---
session/main.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/session/main.c b/ses
Hi Thomas,
Thomas De Schampheleire wrote,
> Hi Waldemar,
>
> Waldemar Brodkorb schreef:
> >Hello Embedded Linux Hackers,
> >
> Interesting development! One question: how do you see musl vs
> uclibc-ng in the future? At this moment uclibc supports more
> architectures, but this may change. Do yo
On 07/21/2014 02:22 PM, John Crispin wrote:
> i will merge a patch post the rc2 fork that will generate old and new
> images int he release branch while not doing so in the dev trunk. i
> really dont want any workarounds in trunk
>
> how about that ?
Sounds OK to me. Anyhow there are not so many
Hi Sedat,
Sedat Dilek wrote,
> On Sun, Jul 20, 2014 at 9:13 PM, Waldemar Brodkorb wrote:
> > Hello Embedded Linux Hackers,
> >
> > it seems there is no plan to release a new uClibc version.
> > The current maintainer does not response on any public or private mails
> > about a plan to do a needed
On 21/07/2014 19:27, Bruno Randolf wrote:
> On 07/21/2014 02:22 PM, John Crispin wrote:
>>> i will merge a patch post the rc2 fork that will generate old
>>> and new images int he release branch while not doing so in the
>>> dev trunk. i really dont want any workarounds in trunk
>>>
>>> how abou
Hello,
(adding uclibc and Bernhard)
2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb :
> Hello Embedded Linux Hackers,
>
> it seems there is no plan to release a new uClibc version.
> The current maintainer does not response on any public or private mails
> about a plan to do a needed release. Theref
hi,
i pushed a patch in the hope that it will work. please test current
trunk and tell if the problem is solved.
John
On 20/07/2014 17:56, Paul Blazejowski wrote:
> Hi,
>
> sorry your email got lost somehow on my end... And the machine
> hosting mailing list is down at the moment it see
LED script expects WLAN LED to be "gl-connect:red:wlan".
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
b/target/linux/ar71xx/files/arch/mips/ath79/mach-gl-inet.c
index ef1b54f..0713f14 100644
--- a/target/linux/ar71xx/files/arch/m
2014-07-21 11:42 GMT-07:00 Thomas Petazzoni
:
> Dear Florian Fainelli,
>
> On Mon, 21 Jul 2014 11:23:46 -0700, Florian Fainelli wrote:
>
>> 2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb :
>> > Hello Embedded Linux Hackers,
>> >
>> > it seems there is no plan to release a new uClibc version.
>> > The
Hi Florian,
Florian Fainelli wrote,
> Hello,
>
> (adding uclibc and Bernhard)
>
> 2014-07-20 12:13 GMT-07:00 Waldemar Brodkorb :
> > Hello Embedded Linux Hackers,
> >
> > it seems there is no plan to release a new uClibc version.
> > The current maintainer does not response on any public or priv
Hi Florian,
Florian Fainelli wrote,
> To speak my mind, I think uClibc has no future in the next 2 or 3
> years, musl is a much more active project, with multiple embedded
> projects starting to use it, on the other end, (e)glibc has remedied
> its own problems and its useful again.
I am on your
Signed-off-by: Álvaro Fernández Rojas
---
v3: code cleanup.
v2: Fix zyxbcm.c indentation.
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 64eccdd..d5cfdaa 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -49,6 +49,7 @@ define Host/
uclient_connect may return an error and calling uclient_write will cause
a crash
Signed-off-by: Rafał Miłecki
---
V3: Correctly use uloop_end
---
session/main.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/session/main.c b/session/main.c
index 147c949..bf20904 10
configure enables libzfs support on default.
This will break the build, on systems without libzfs.
Signed-off-by: Hans Ulli Kroll
---
package/boot/grub2/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 83edfc6..64a3058
Hi John,
strange i did not receive your email, yet others from ml show up in my
inbox just fine...(case of forgotten cc: or reply to all?) anyways ...
just flashed the factory image i've built from r41792 and the changes
you've made in r41788 by spitting the 2 routers work just fine for me.
The
30 matches
Mail list logo