[OpenWrt-Devel] [PATCH] D-Link DAP-1350 initial support

2012-07-22 Thread LEO Airwarosu Yoichi Shinoda
The initial support for the D-Link DAP-1350. USB related functionality is not tested. Signed-off-by: Yoichi Shinoda shin...@jaist.ac.jp --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 68aa0ee..c1f5949 100755 ---

Re: [OpenWrt-Devel] [PATCHv2] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-07-22 Thread Jonas Gorski
Hello Miguel, On 6 July 2012 14:19, Miguel GAIO miguel.g...@efixo.com wrote: This is a second release for NB6 boards support. The first patch add support for 6362 CPU. It's based on 6328 works. It also includes RGMII clock enable. The second patch include support for NB6 boards. The NB6 has

Re: [OpenWrt-Devel] [PATCH] dnsmasq - bump version and add config option for ra_names

2012-07-22 Thread Gui Iribarren
I can confirm this patch works as expected, applied on trunk compiled cleanly and yields dnsmasq 2.62 root@OpenWrt:~# dnsmasq -v Dnsmasq version 2.62 Copyright (c) 2000-2012 Simon Kelley Compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack Thanks a

[OpenWrt-Devel] [PATCH] Update nzbget to version 0.8.0

2012-07-22 Thread Christian Rustmeier
Update the nzbget to the latest stable version 0.8.0 Signed-off-by: Christian Rustmeier rustmeier a.t. gmail dotty com --- Index: Makefile === --- Makefile(revision 32786) +++ Makefile(working copy) @@ -8,12 +8,12 @@ include

[OpenWrt-Devel] [PATCH] build system: reproduceable order in packageinfo and targetinfo

2012-07-22 Thread Matthias Buecher / Germany
A) Use `sort -u` instead of just `uniq` B) First add kernel packages alphabetically sorted, then all others alphabetically sorted. This allows other packages to override kernel configs if necessary. Note: If find has no action for matches then also pruned folders are included in the result

Re: [OpenWrt-Devel] [PATCH] build system: reproduceable order in packageinfo and targetinfo

2012-07-22 Thread Felix Fietkau
On 2012-07-22 6:38 PM, Matthias Buecher / Germany wrote: A) Use `sort -u` instead of just `uniq` B) First add kernel packages alphabetically sorted, then all others alphabetically sorted. This allows other packages to override kernel configs if necessary. Note: If find has no action for