Re: [OpenWrt-Devel] race IPv6 odhcp6c IAID

2013-09-21 Thread Steven Barth
Hi Bastian, I just commited a fix although it wasn't really a race. Please try with the latest revision. Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Original wifidog.conf file

2013-09-21 Thread Nguyễn Hồng Quân
Hello all I found that the wifidog package built for OpenWrt uses different .conf file from the one in upstream. Concretely, there is no HTTPDRealm option in OpenWrt's one. Is there a reason for that thing, and how to revert to the original one when building? Nice weekend. --

Re: [OpenWrt-Devel] [PATCH 1/4] ar71xx: fix LAN LEDs for dir-825-c1

2013-09-21 Thread Gabor Juhos
2013.09.20. 20:50 keltezéssel, Sebastian Kemper írta: This patches fixes the lan led configuration. The new configuration is identical to the one in mach-db120.c and it works. The previous one didn't work at all. Signed-off-by: Sebastian Kemper sebastian...@gmx.net Applied. Thanks, Gabor

Re: [OpenWrt-Devel] [PATCH 2/4] ar71xx: let HW switch control WAN LED on dir-825-c1

2013-09-21 Thread Gabor Juhos
2013.09.20. 20:59 keltezéssel, Sebastian Kemper írta: Enable GPIO 20. This hands off control of the blue planet led to the integrated switch. Consequently, remove the led configuration for the blue planet led. Remove also the configuration for the orange planet led as both share the same

Re: [OpenWrt-Devel] [PATCH 2/4] ar71xx: let HW switch control WAN LED on dir-825-c1

2013-09-21 Thread Sebastian Kemper
Enable GPIO 20. This hands off control of the blue planet led to the integrated switch. Consequently, remove the led configuration for the blue planet led. Signed-off-by: Sebastian Kemper sebastian...@gmx.net --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c

Re: [OpenWrt-Devel] [PATCH 3/4] ar71xx: vanity changes for dir-825-c1

2013-09-21 Thread Sebastian Kemper
This patch - changes the color names from orange to amber - changes the name of GPIO 13 from WIFI_BGN (wifi_bgn) to WLAN_2G (wlan2g) to be more consistent with the other routers' files - changes the descriptions of the hardware keys to be a tad more explicit Signed-off-by: Sebastian Kemper

Re: [OpenWrt-Devel] [PATCH 2/4] ar71xx: let HW switch control WAN LED on dir-825-c1

2013-09-21 Thread Gabor Juhos
2013.09.21. 15:51 keltezéssel, Sebastian Kemper írta: Enable GPIO 20. This hands off control of the blue planet led to the integrated switch. Consequently, remove the led configuration for the blue planet led. Signed-off-by: Sebastian Kemper sebastian...@gmx.net Applied with a minor

Re: [OpenWrt-Devel] [PATCH 4/4] ar71xx: enable wlan2g led in the default configuration of dir-825-c1

2013-09-21 Thread Gabor Juhos
2013.09.20. 21:08 keltezéssel, Sebastian Kemper írta: Enable the wlan2g led in the default configuration of dir-825-c1. Signed-off-by: Sebastian Kemper sebastian...@gmx.net Applied. Thanks, Gabor ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 3/4] ar71xx: vanity changes for dir-825-c1

2013-09-21 Thread Gabor Juhos
2013.09.21. 15:56 keltezéssel, Sebastian Kemper írta: This patch - changes the color names from orange to amber - changes the name of GPIO 13 from WIFI_BGN (wifi_bgn) to WLAN_2G (wlan2g) to be more consistent with the other routers' files - changes the descriptions of the hardware keys to

[OpenWrt-Devel] [PATCH] Move I2C-GPIO drivers from i2c.mk to other.mk

2013-09-21 Thread Hartmut Knaack
Move pca953x support from i2c.mk to other.mk, where other GPIO drivers are located. Remove duplicate pcf857x support from i2c.mk. Signed-off-by: Hartmut Knaack knaac...@gmx.de --- Index: trunk/package/kernel/linux/modules/i2c.mk ===

[OpenWrt-Devel] [PATCH] Add hwmon driver for ADT7410

2013-09-21 Thread Hartmut Knaack
Add support for the ADT7410 hwmon driver, a high precision I2C temperature sensor. Signed-off-by: Hartmut Knaack knaac...@gmx.de --- Tested with kernel 3.8. Index: trunk/package/kernel/linux/modules/hwmon.mk === ---

[OpenWrt-Devel] [PATCH] Add support for industrial-io and AD799x

2013-09-21 Thread Hartmut Knaack
Add support for industrial IO core and (still staging) driver for AD799x, a high precision I2C ADC family. Signed-off-by: Hartmut Knaack knaac...@gmx.de --- Tested with kernel 3.8. Index: trunk/package/kernel/linux/modules/other.mk