Re: [OpenWrt-Devel] broadcom-diag: circular include and warning+error

2013-02-12 Thread Rafał Miłecki
2013/2/12 Hauke Mehrtens : > On 02/06/2013 11:41 AM, Rafał Miłecki wrote: >> 2013/1/30 Rafał Miłecki : >>> My sin is that I set >>> CONFIG_EXTERNAL_KERNEL_TREE="/home/zajec/openwrt/linux-stable.git" >>> which has 3.6.11 cloned >>> >>> >>> CC [M] >>> /home/zajec/openwrt/openwrt.git/build_dir/tar

Re: [OpenWrt-Devel] [PATCH, v2] BGMAC - Minor updates to match the specs

2013-02-12 Thread Rafał Miłecki
2013/2/12 Hauke Mehrtens : > On 02/12/2013 08:00 AM, Nathan Hintz wrote: >> The last two hunks of this patch were approved by Rafał, and were pushed >> upstream. However, the first hunk still remains. Rafał's response was >> via private email; however, there has been no response to my replies >>

[OpenWrt-Devel] [PATCH] [package] busybox: Add startup script for busybox acpid and a minimal config

2013-02-12 Thread Stefan Hellermann
With this I can shutdown a x86 machine by pressing the powerbutton. Tested on a KVM Virtual Machine. Signed-off-by: Stefan Hellermann diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 7aaaf6c..fb497af 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -3

Re: [OpenWrt-Devel] Packets from eth0.0 (VLAN tagged) ignored? (was: How does OpenWRT start "network"?)

2013-02-12 Thread Hauke Mehrtens
On 02/11/2013 10:33 PM, Rafał Miłecki wrote: > 2013/2/11 Rafał Miłecki : >> I've compiled two extra tools: tcpdump and arp. >> >> It seems that OpenWRT can't understand ARP response. See attached >> tcpdump.and.ping.all.on.router.txt - it's a ping and tcpdump both >> running on OpenWRT router. >> >

Re: [OpenWrt-Devel] broadcom-diag: circular include and warning+error

2013-02-12 Thread Hauke Mehrtens
On 02/06/2013 11:41 AM, Rafał Miłecki wrote: > 2013/1/30 Rafał Miłecki : >> My sin is that I set >> CONFIG_EXTERNAL_KERNEL_TREE="/home/zajec/openwrt/linux-stable.git" >> which has 3.6.11 cloned >> >> >> CC [M] >> /home/zajec/openwrt/openwrt.git/build_dir/target-mipsel_uClibc-0.9.33.2/linux-brcm

Re: [OpenWrt-Devel] [PATCH, v2] BGMAC - Minor updates to match the specs

2013-02-12 Thread Hauke Mehrtens
On 02/12/2013 08:00 AM, Nathan Hintz wrote: > The last two hunks of this patch were approved by Rafał, and were pushed > upstream. However, the first hunk still remains. Rafał's response was > via private email; however, there has been no response to my replies > back to him with the rationale...

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Aleksander Morgado
>> A third approach would be to actually provide a stripped down >> configure.ac and Makefile.am just with the udev/libudev stuff. Quite >> a nightmare to update these in each new udev/libudev release, though. >> > LFS maintain a makefile to only build a minimal udev. > http://www.linuxfromscratch

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread g . esp
- Mail original - > De: "Aleksander Morgado" > À: "OpenWrt Development List" > Envoyé: Lundi 11 Février 2013 21:04:47 > Objet: [OpenWrt-Devel] udev/libudev update > > Hey, > > I'm trying to prepare an update of udev/libudev to latest upstream. > As you may already know, udev/libudev s

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Aleksander Morgado
>> I'm trying to prepare an update of udev/libudev to latest upstream. As >> you may already know, udev/libudev sources are now within systemd. I'm >> not fully sure how to handle this issue; so I'm hoping to get some >> advice here. Comments welcome! >> >> One option is to build systemd completel

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Aleksander Morgado
> You forgot option #4: forget about the whole systemd madness, and > migrate to eudev (1) > Systemd bloat simply doesn't belong on an embedded system, IMHO. > > (1) http://www.gentoo.org/proj/en/eudev/ > That's not really a replacement; the developers of eudev themselves say that it's just a t

Re: [OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package

2013-02-12 Thread Jiri Slachta
Hello, comments below to improve your patch: Dne 12.2.2013 17:42, Infactum napsal(a): > Patch adds chan_dongle Asterisk 11 channel driver for Huawei UMTS/3G USB > modems (dongles). > + > +WITH_ASTERISK=asterisk-11.2.1 Follow CFLAGS comment below - this variable is unnecessary. With each version

[OpenWrt-Devel] [PATCH] [packages] Fix lib mysql sources list

2013-02-12 Thread Infactum
All source mirrors in current feed seems to be unavaliable. Patch adds official mysql repo. Signed-off-by: Yegor Ivanov --- --- a/packages/libs/mysql/Makefile +++ b/packages/libs/mysql/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=\ +

Re: [OpenWrt-Devel] Edit pcap file

2013-02-12 Thread Felix Fietkau
On 2013-02-12 11:55 AM, Pietro Paolini wrote: > Hi all, > > For test purposes I need a tool for edit pcap files, in my case I need to > modify the payload of a series of packet (L5 L7) then I can't use > tcprewrite. > I tried to use netdude but it is hard to compile on my Debian workstation, > som

[OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package

2013-02-12 Thread Infactum
Patch adds chan_dongle Asterisk 11 channel driver for Huawei UMTS/3G USB modems (dongles). Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-chan-dongle/Makefile +++ b/packages/net/asterisk-chan-dongle/Makefile @@ -0,0 +1,73 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free so

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Peter Naulls
On 02/11/2013 12:04 PM, Aleksander Morgado wrote: Hey, I'm trying to prepare an update of udev/libudev to latest upstream. As you may already know, udev/libudev sources are now within systemd. I'm not fully sure how to handle this issue; so I'm hoping to get some advice here. Comments welcome!

Re: [OpenWrt-Devel] [PATCH] [packages] Add func_base64 support in Asterisk 11.x

2013-02-12 Thread Florian Fainelli
On 02/12/2013 05:19 PM, Infactum wrote: Patch add support of func_base64 in Asterisk 11.x feed. Tested for successfull compilation and work. We already received your two previous messages, no need to resend a third time. If you want to make sure your message reached the mailing-list, you can

[OpenWrt-Devel] [PATCH] [packages] Add func_base64 support in Asterisk 11.x

2013-02-12 Thread Infactum
Patch add support of func_base64 in Asterisk 11.x feed. Tested for successfull compilation and work. Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-11.x/Makefile +++ b/packages/net/asterisk-11.x/Makefile @@ -366,6 +366,7 @@ $(eval $(call BuildAsteriskModule,func-c $(eval $(call Buil

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Stijn Tintel
On 11-02-13 21:04, Aleksander Morgado wrote: > Any suggestion? > You forgot option #4: forget about the whole systemd madness, and migrate to eudev (1) Systemd bloat simply doesn't belong on an embedded system, IMHO. (1) http://www.gentoo.org/proj/en/eudev/ __

[OpenWrt-Devel] [PATCH] [packages] Add func_base64 support in Asterisk 11.x

2013-02-12 Thread Leros
Patch add support of func_base64 in Asterisk 11.x feed. Tested for successfull compilation and work. Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-11.x/Makefile +++ b/packages/net/asterisk-11.x/Makefile @@ -366,6 +366,7 @@ $(eval $(call BuildAsteriskModule,func-c $(eval $(call Buil

[OpenWrt-Devel] [PATCH] [packages] Add func_base64 support in Asterisk 11.x

2013-02-12 Thread Leros
Patch add support of func_base64 in Asterisk 11.x feed. Tested for successfull compilation and work. Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-11.x/Makefile +++ b/packages/net/asterisk-11.x/Makefile @@ -366,6 +366,7 @@ $(eval $(call BuildAsteriskModule,func-c $(eval $(call Bui

[OpenWrt-Devel] [PATCH] [lantiq] No XIP for flash

2013-02-12 Thread malaakso
On 12.02.2013 10:36, Conor O'Gorman wrote: On Tue, 2013-02-12 at 10:51 +0200, malaakso at elisanet.fi wrote: > On 11.02.2013 20:19, Conor O'Gorman wrote: > >On Mon, 2013-02-11 at 17:50 +0100, Matti Laakso wrote: > >> This patch disables the execute-in-place (XIP) support for flash on > >> lantiq

Re: [OpenWrt-Devel] Packets from eth0.0 (VLAN tagged) ignored? (was: How does OpenWRT start "network"?)

2013-02-12 Thread Tijs Van Buggenhout
On Monday 11 February 2013 22:33:31 Rafał Miłecki wrote: > 2013/2/11 Rafał Miłecki : > > I've compiled two extra tools: tcpdump and arp. > > > > It seems that OpenWRT can't understand ARP response. See attached > > tcpdump.and.ping.all.on.router.txt - it's a ping and tcpdump both > > running on Op

Re: [OpenWrt-Devel] Packets from eth0.0 (VLAN tagged) ignored? (was: How does OpenWRT start "network"?)

2013-02-12 Thread Conor O'Gorman
On Mon, 2013-02-11 at 21:53 +0100, Rafał Miłecki wrote: > Router want to ping 192.168.1.2, so it's sending ARP request: > FF FF FF FF FF FF (dest) > C8 3A 35 40 C1 A8 (src) > 81 00 00 00 (vlan0) > 08 06 (arp) > > My PC replies to the request: > C8 3A 35 40 C1 A8 (dest) > 00 1D BA 19 9E DB (src) >

[OpenWrt-Devel] Edit pcap file

2013-02-12 Thread Pietro Paolini
Hi all, For test purposes I need a tool for edit pcap files, in my case I need to modify the payload of a series of packet (L5 L7) then I can't use tcprewrite. I tried to use netdude but it is hard to compile on my Debian workstation, someone can suggest me some alternative ? Thanks! Pietro. >

Re: [OpenWrt-Devel] udev/libudev update

2013-02-12 Thread Aleksander Morgado
On 02/11/2013 09:04 PM, Aleksander Morgado wrote: > But I'm > not sure how to handle the case of a package from 'trunk' requiring a > package from 'packages'. Is that an issue at all? I'd actually like to enable libgudev compilation from the systemd/udev repo as well (in 'trunk'), which requires g

Re: [OpenWrt-Devel] [PATCH] [lantiq] No XIP for flash

2013-02-12 Thread Conor O'Gorman
On Tue, 2013-02-12 at 10:51 +0200, malaa...@elisanet.fi wrote: > On 11.02.2013 20:19, Conor O'Gorman wrote: > >On Mon, 2013-02-11 at 17:50 +0100, Matti Laakso wrote: > >> This patch disables the execute-in-place (XIP) support for flash on > >> lantiq. This has to be disabled since the bus which fl

[OpenWrt-Devel] [PATCH] [lantiq] No XIP for flash

2013-02-12 Thread malaakso
On 11.02.2013 20:19, Conor O'Gorman wrote: On Mon, 2013-02-11 at 17:50 +0100, Matti Laakso wrote: This patch disables the execute-in-place (XIP) support for flash on lantiq. This has to be disabled since the bus which flash is connected to does not support unaligned accesses. Resolves data bus