Re: [OpenWrt-Devel] [Patch][Device Support] add support for Tplink tl-mr13u

2013-07-03 Thread Yousong Zhou
Hi, Zhiqiang On Wed, Jul 03, 2013 at 08:44:44AM +0800, zhiqiang wang wrote: > Signed-off-by: Zhiqiang Wang > --- > --- target/linux/ar71xx/patches-3.8/610-MIPS-ath79-openwrt-machines.patch > (revision > 37128) > +++ target/linux/ar71xx/patches-3.8/610-MIPS-ath79-openwrt-machines.patch > (worki

Re: [OpenWrt-Devel] [PATCHv2][packages] protobuf-c: Also build protoc-c utility for host environment

2013-07-03 Thread Helmut Schaa
Hi Jonas, On Tue, Jul 2, 2013 at 12:52 PM, Jonas Gorski wrote: > On Fri, Jun 28, 2013 at 10:03 AM, Helmut Schaa > wrote: >> >> Signed-off-by: Helmut Schaa > > Some info why you need a host build would be nice, because currently I > don't see the point of it as I don't see where it is used. I'm

Re: [OpenWrt-Devel] [PATCH] packages: curl: Allow fine grained protocol configuration

2013-07-03 Thread Helmut Schaa
On Tue, Jul 2, 2013 at 12:30 PM, Jonas Gorski wrote: > On Wed, May 29, 2013 at 9:52 AM, Helmut Schaa > wrote: >> On Tue, May 14, 2013 at 11:19 AM, Helmut Schaa >> wrote: >>> Disabling unused protocols in libcurl can save more then 100K, hence add >>> some build time config options to enable/disa

Re: [OpenWrt-Devel] dslite setup problem due to missing statement in dhcpv6.sh

2013-07-03 Thread Steven Barth
Thanks. Should be fixed now. Cheers, Steven___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [include] include: clear the line before outputting the progress message

2013-07-03 Thread John Szakmeister
Signed-off-by: John Szakmeister --- include/scan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I noticed that the progress output was stepping all over itself, which made it hard to read. This uses a standard escape sequence to clear the line first. -John diff --git a/include/scan.

[OpenWrt-Devel] [PATCH] [scripts] scripts/feeds: ensure that --ff is enabled

2013-07-03 Thread John Szakmeister
Users may have merge.ff set to false, which will force merge commits to be generated. The intent here is to have a fast-forward merge when possible, so let's make sure fast-forwards are enabled. Signed-off-by: John Szakmeister --- scripts/feeds | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OpenWrt-Devel] [PATCH] [package] lldpd: upgrade to 0.7.5

2013-07-03 Thread John Szakmeister
lldpd 0.7.1 has several alignment issues that trip a system configured to fault on misaligned accesses. Version 0.7.5 fixes that along with a few other minor issues. Signed-off-by: John Szakmeister --- package/network/services/lldpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion