Re: [OpenWrt-Devel] [PATCH] ramips/rt305x: Add I2C gpio platform data.

2013-04-01 Thread John Crispin
Hi Tobias, i have been working on an update to ramips the last weeks, which bumps the kernel tot the upstream OF enabled one. This update will superseed your patch. we are currently not merging any patches based on the old code pattern. i will try to make an image for you to test using a

[OpenWrt-Devel] [PATCH] [generic] Add port mirroring/monitoring capability to AR8327 switch driver

2013-04-01 Thread Colin Leitner
Hi, this patch adds the swlib attributes enable_mirror_rx enable_mirror_tx mirror_monitor_port mirror_source_port to the AR8327 switch/PHY driver that allow to mirror Ethernet packets to a monitor port. Tested on a TL-WDR4300 router. Signed-off-by: Colin Leitner

Re: [OpenWrt-Devel] [PATCH 06/10] libpcap: update to 1.3.0

2013-04-01 Thread Felix Fietkau
On 2013-03-28 7:49 AM, Russell Senior wrote: Signed-off-by: Russell Senior russ...@personaltelco.net This patch breaks the build in my tests. It does not disable libusb support properly and thus fails with a missing dependency on it. - Felix ___

Re: [OpenWrt-Devel] [PATCH 10/10] valgrind: update to v3.8.1

2013-04-01 Thread Felix Fietkau
On 2013-03-28 7:55 AM, Russell Senior wrote: Signed-off-by: Russell Senior russ...@personaltelco.net Committed in r36143, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] iputils: replace busybox symlinks for commands arping/ping/ping6 when installing the corresponding iputils alternatives

2013-04-01 Thread Gui Iribarren
Add preinst/postrm hooks to iputils, so that there are no install-time conflicts, either when opkg installing, or embedding in a binary. Symlink is restored on package removal. --- package/network/utils/iputils/Makefile | 44 +++- 1 files changed, 43

Re: [OpenWrt-Devel] [PATCH] iputils: replace busybox symlinks for commands arping/ping/ping6 when installing the corresponding iputils alternatives

2013-04-01 Thread Gui Iribarren
This fixes this error: root@6470028f4363:~# opkg install iputils-arping_20101006-1_ar71xx.ipk Installing iputils-arping (20101006-1) to root... Installing libsysfs (2.1.0-2) to root... Configuring libsysfs. Collected errors: * check_data_file_clashes: Package iputils-arping wants to install

[OpenWrt-Devel] [PATCH] [include] If cmake running ccache, use nocache compiler flavor

2013-04-01 Thread Jay Carlson
On my Ubuntu 12.04 system, /usr/bin/ccache was getting picked up as the compiler under race-y conditions, and then cmake would try to run /usr/bin/ccache ccache_cc causing the compilation to fail with a ccache invoked recursively error. It's possible the filter-out can go away with this

Re: [OpenWrt-Devel] [PATCHv2 06/10] libpcap: update to 1.3.0

2013-04-01 Thread Russell Senior
Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior russ...@personaltelco.net --- package/libs/libpcap/Makefile | 12 +-

Re: [OpenWrt-Devel] [PATCH] ramips/rt305x: Add I2C gpio platform data.

2013-04-01 Thread Tobias Diedrich
John Crispin wrote: Hi Tobias, i have been working on an update to ramips the last weeks, which bumps the kernel tot the upstream OF enabled one. This update will superseed your patch. we are currently not merging any patches based on the old code pattern. Awesome. Device trees are a nice