Re: [OpenWrt-Devel] [PATCH] ath79: dev-eth: Don't advertise 1gbit in link code word on ar9331

2014-09-07 Thread Felix Fietkau
On 2014-09-07 06:10, Harald Welte wrote: While the AR9331 has a gigabit MAC towards the internal switch, the integrated PHYs however are only 100-base-tx capable. The existing code however advertieses gigabit capability in the link status word. If you attach such a PHY to a gigabit capable

[OpenWrt-Devel] [PATCH] bcm53xx: image: document arguments of some functions

2014-09-07 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- target/linux/bcm53xx/image/Makefile | 8 1 file changed, 8 insertions(+) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 61bc39c..60b4d51 100644 --- a/target/linux/bcm53xx/image/Makefile +++

Re: [OpenWrt-Devel] [PATCH] bcm53xx: image: document arguments of some functions

2014-09-07 Thread Rafał Miłecki
On 7 September 2014 18:34, Rafał Miłecki zaj...@gmail.com wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com Please drop it, I'll do better. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] for ramips/mt7620a, emailrelay-nossl fails to build

2014-09-07 Thread Robert P. J. Day
still reviewing so i don't think i have the background to debug this one: $ make V=s ... big snip ... Package emailrelay-nossl is missing dependencies for the following libraries: libcrypto.so.1.0.0 libssl.so.1.0.0 Makefile:118: recipe for target

[OpenWrt-Devel] [PATCH] babeld: use procd to start, stop, and respawn

2014-09-07 Thread Tristan Plumb
Changes the babeld init script to utilize procd and adds a hotplug.d file to restart babeld when interfaces go up or down. Additionally adds a patch to the babeld source is to prevent the attempted recreation of a pidfile when babeld restarts uncleanly. This is also possible to do by passing -I

[OpenWrt-Devel] [PATCH] bcm53xx: image: rework Makefile and merge some functions

2014-09-07 Thread Rafał Miłecki
With this patch we build vendor specific firmwares in one function avoiding code duplication and more complex maintenance. It also merges two similar (Netgear specific) Chk functions. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- target/linux/bcm53xx/image/Makefile | 28