Re: [OpenWrt-Devel] Board Suggestion

2013-04-01 Thread valent.turko...@gmail.com
Maybe Mikrotik boards? http://wiki.openwrt.org/toh/start#mikrotik On Tue, Apr 2, 2013 at 8:11 AM, Artur Wronowski wrote: > Maybe carambola 2? > > > 2013/4/2 Pietro Paolini >> >> Hello all, >> I'd like buy a board where play with openwrt, someone can suggest me the >> easier in terms of installa

Re: [OpenWrt-Devel] Board Suggestion

2013-04-01 Thread Artur Wronowski
Maybe carambola 2? 2013/4/2 Pietro Paolini > Hello all, > I'd like buy a board where play with openwrt, someone can suggest me the > easier in terms of installation and serial cable set up ? > > Thanks, > > Pietro. > ___ > openwrt-devel mailing list >

[OpenWrt-Devel] Board Suggestion

2013-04-01 Thread Pietro Paolini
Hello all, I'd like buy a board where play with openwrt, someone can suggest me the easier in terms of installation and serial cable set up ? Thanks, Pietro. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailm

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

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 --- package/libs/libpcap/Makefile | 12 +- .../libpcap/patches/100-debian_shared_lib.patch| 130 +

[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 cha

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 fil

[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 insertions(+),

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 Committed in r36143, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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 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 ___ openwrt-devel mailing list

[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 Index: targe