[OpenWrt-Devel] [PATCH] base-files: Make /etc/init.d/boot restartable

2013-11-05 Thread Helmut Schaa
Only reload hostname and timezone config on /etc/init.d/boot restart. Module loading and basic boot setup is only done during boot. Signed-off-by: Helmut Schaa --- package/base-files/files/etc/init.d/boot | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package/ba

[OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-05 Thread Králik Barnabás
(Sorry for triple-posting) This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT. This means: - static libraries and include files for compiling NIFs are copied in the build environment to usr/{lib,include} - crypto is enabled in host Erlang build so

[OpenWrt-Devel] [PATCH] ar71xx: myloader partition table resizing

2013-11-05 Thread Aleksandr Kolesnik
Make more space for kernel part. Add new firmware partition [mkmylofw] Error: file /home/user/wpe72-12.09.1/build_dir/linux-ar71xx_generic/tmp/vmlinux-wpe72.bin.lzma is too big make[5]: [install] Error 1 (ignored) New table solved this problem, also it have "firmware" partition. https://dev.openw

[OpenWrt-Devel] [PATCH] lantiq: fix etop registers

2013-11-05 Thread Matti Laakso
As first reported more than a year ago (https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016240.html and https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016241.html), some of the register definitions of the lantiq etop driver are incorrect. When OpenWrt is booted with

[OpenWrt-Devel] [PATCH] ar71xx: Compex myloader partition table resizing

2013-11-05 Thread Aleksandr Kolesnik
Make more space for kernel part. Add new "firmware" partition [mkmylofw] Error: file /home/user/wpe72-12.09.1/build_dir/linux-ar71xx_generic/tmp/vmlinux-wpe72.bin.lzma is too big make[5]: [install] Error 1 (ignored) New table solved this problem, also it have "firmware" partition. https://dev.ope

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-05 Thread Gert Doering
Hi, On Mon, Nov 04, 2013 at 07:52:57AM -0500, Pietro Paolini wrote: > I am working for an embedded Linux firmware running on a CPE and I am > using an IP4 over IPv6 tunnel configured as following: > > ip -f inet6 tunnel add tun1 mode ipip6 remote XX:XX:XX local XX:XX:XX > dev eth0 By setting a

[OpenWrt-Devel] [PATCH] AA: x86/kvm_guest: Add missing symbol for HOTPLUG_PCI_IBM

2013-11-05 Thread Manuel Munz
Adds a missing symbol in the kernel config for x86/kvm_guest in the Attitude Adjustment branch. Signed-off-by: Manuel Munz Index: target/linux/x86/kvm_guest/config-3.3 === --- target/linux/x86/kvm_guest/config-3.3 (Revision 38460)

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-05 Thread Pietro Paolini
Hi, thanks for your response, the MTU of my input interface is 1500 and the MTU of the tunnel interface is 1460 but I still have this problem. If I try to put another printk: static int ip_finish_output(struct sk_buff *skb) { if ((skb->ipsec_offload == 0) && skb->len >

Re: [OpenWrt-Devel] [PATCH 0/18] broadcom-wl: improvements for newer devices

2013-11-05 Thread Hauke Mehrtens
On 11/03/2013 12:59 AM, Nathan Hintz wrote: > The goal of this patch set is to provide improved support for newer devices > supported by the proprietary broadcom-wl driver. This includes some general > cleanup items, bug fixes, and some enhancements. I've tried to keep the > individual patches sm

Re: [OpenWrt-Devel] [PATCH] [packages] yate: Bump to version 5.0.0

2013-11-05 Thread Jiri Slachta
Hello Robert, I have tested and applied your both patches within a single commit (commit id 743bca6d7c382bf5b2a48de96612bd761760dfaf) to telephony repository with minor changes. I added more configure options to cover optional functions and removed the zaptel stuff at all. Thank you! Jiri Dne 4.

[OpenWrt-Devel] procd: service_running hook?

2013-11-05 Thread Helmut Schaa
Hi, just noticed that the service_running hook is executed by procd in parallel to the startup of further init scripts. If another service depends on the service_running hook of an earlier service this can lead to strange effects. For example the network script setting up wireless (in service_run

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-05 Thread Gert Doering
Hi, try reducing the tun1 mtu further, to see whether it makes the issue go away - I'm not sure right now if "40" is the right size for ipipv6 (it's the extra IPv4 headers that you need to count, not the IPv6 header) I'm not exactly sure how to test interface mtu on linux right now - "ifconfig

Re: [OpenWrt-Devel] [PATCH 0/18] broadcom-wl: improvements for newer devices

2013-11-05 Thread Nathan Hintz
On Tue, 05 Nov 2013 16:16:01 +0100 Hauke Mehrtens wrote: > Are you integrating Jow's suggesting into your patches and will you > resend them? > I will update the patches with Jow's suggestion, and resend them (probably won't be until this weekend though). -- Nathan ___

Re: [OpenWrt-Devel] [PATCH] lantiq: fix etop registers

2013-11-05 Thread John Crispin
Hi, i am doing a patch round tomorrow and pick this up on the way... John On 05/11/13 10:15, Matti Laakso wrote: As first reported more than a year ago (https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016240.html and https://lists.openwrt.org/pipermail/openwrt-devel/201

Re: [OpenWrt-Devel] procd: service_running hook?

2013-11-05 Thread John Crispin
On 05/11/13 16:25, Helmut Schaa wrote: Hi, just noticed that the service_running hook is executed by procd in parallel to the startup of further init scripts. If another service depends on the service_running hook of an earlier service this can lead to strange effects. For example the network s

[OpenWrt-Devel] QMI support in netifd?

2013-11-05 Thread Tim Harvey
While looking to see what sort of QMI support may be in OpenWrt I discovered this thread: http://patchwork.openwrt.org/patch/3402/ I see that libqmi v1.0 is available in packages but it looks like the patch above never got applied and that there was perhaps a different direction being taken using

Re: [OpenWrt-Devel] [PATCH] [packages] yate: Bump to version 5.0.0

2013-11-05 Thread Robert Högberg
Thanks Jiri! I had a look at the configure options changes you made. I think the following changes will have no effect: + --enable-sctp \ .. because the lksctp module is marked BROKEN (and at least for ar71xx sctp isn't usable (says the configure script, I haven't looked into why)) + --enable-wa

[OpenWrt-Devel] error compiling mac80211

2013-11-05 Thread Liverpool Bitlas
cp -fpR ./files/regdb.txt build_dir/target-powerpc_8540_uClibc-0.9.33.2/linux-mpc85xx_generic/compat-wireless-2012-09-07/net/wireless/db.txt cp: cannot stat `./files/regdb.txt': No such file or directory make[3]: *** [build_dir/target-powerpc_8540_uClibc-0.9.33.2/linux-mpc85xx_generic/compat-wirele

[OpenWrt-Devel] Dir-615 profile support for other versions

2013-11-05 Thread cmsv
I have quite a few dlink dir 615 E1 and E3 and i have them working without problems since OpenWrt Attitude Adjustment 12.09-rc1 r35241. In fact more stable than the Dir 615 c1 as for example for leds. Yet; the wiki is not updated with these models. http://wiki.openwrt.org/toh/d-link/dir-615 More

Re: [OpenWrt-Devel] [PATCH] [packages] yate: Bump to version 5.0.0

2013-11-05 Thread Jiří Slachta
Hello Robert, thank you for mentioning that. I accidentally pushed the wrong version of yate Makefile (even though the current version is well compilable) . I am going to fix that today. Thank you again, Jiri 6. 11. 2013 napsal(a): >Thanks Jiri! > >I had a look at the configure options change