Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #20473: Source lm_sensors-3.3.5.tar.bz2 for lm-sensors not available on mirror2.openwrt.org

2015-09-21 Thread John Crispin
On 20/09/2015 23:22, Carlos Ferreira wrote: > Still dead :S > This is bad... This is why caching source files used by the packages > Makefiles is important :S > > On 15 September 2015 at 13:10, OpenWrt

Re: [OpenWrt-Devel] Bug #20542 affects all DEVICE_TYPE!=router targets on Chaos Calmer 15.05

2015-09-21 Thread Yousong Zhou
On 21 September 2015 at 01:19, John Crispin wrote: > > > > On 20/09/2015 19:12, Daniel Golle wrote: >> Hi! >> >> I just tested the Chaos Calmer 15.05 release binaries realizing that >> bug #20542 may render targets having DEVICE_TYPE set to something >> else than 'router'

Re: [OpenWrt-Devel] Bug #20542 affects all DEVICE_TYPE!=router targets on Chaos Calmer 15.05

2015-09-21 Thread John Crispin
On 21/09/2015 08:44, Yousong Zhou wrote: > On 21 September 2015 at 01:19, John Crispin wrote: >> >> >> >> On 20/09/2015 19:12, Daniel Golle wrote: >>> Hi! >>> >>> I just tested the Chaos Calmer 15.05 release binaries realizing that >>> bug #20542 may render targets having

[OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Chris Blake
The following patch is to add ath79_register_m25p80_large, which sets is_flash to false to support bit banging. This is needed on some 32MB+ SPI chips, such as the S25FL256S1 Signed-off-by: Chris R Blake --- diff --git

Re: [OpenWrt-Devel] [PATCH v4 5/5] ar71xx: add support for Cisco's MR18

2015-09-21 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris R Blake wrote: > From: Chris R Blake > > This patch adds support for Cisco's MR18. > Detailed instructions for the flashing the device can > be found in the OpenWrt forum thread: >

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #20473: Source lm_sensors-3.3.5.tar.bz2 for lm-sensors not available on mirror2.openwrt.org

2015-09-21 Thread Carlos Ferreira
Forget it... I have just found it! On 21 September 2015 at 11:10, Carlos Ferreira wrote: > You did? > Can you send me those links? > I actually googled for it but most websites and links were mere redirects > to lm-sensors.org > > I'm more than willing to cache the

[OpenWrt-Devel] [PATCH trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

2015-09-21 Thread Matthias Schiffer
The checksum doesn't match the file on mirror2.openwrt.org. Signed-off-by: Matthias Schiffer --- tools/mtd-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index

Re: [OpenWrt-Devel] [PATCH trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

2015-09-21 Thread Lars
hold on, why doesn't it match any longer? On 21.09.2015 15:43, Matthias Schiffer wrote: > The checksum doesn't match the file on mirror2.openwrt.org. > > Signed-off-by: Matthias Schiffer > --- > tools/mtd-utils/Makefile | 2 +- > 1 file changed, 1 insertion(+),

Re: [OpenWrt-Devel] [PATCH trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

2015-09-21 Thread Matthias Schiffer
I suspect it was always wrong since the last update of mtd-utils, but it came up for me just now because I've cleaned my OpenWrt tree and git.infradead.org is down again... Matthias On 09/21/2015 10:50 PM, John Crispin wrote: > > > On 21/09/2015 15:47, Lars wrote: >> hold on, why doesn't it

Re: [OpenWrt-Devel] [PATCH v4 5/5] ar71xx: add support for Cisco's MR18

2015-09-21 Thread John Crispin
On 21/09/2015 15:52, Karl Palsson wrote: >> --- a/package/base-files/files/etc/rc.button/reset >> > +++ b/package/base-files/files/etc/rc.button/reset >> > @@ -19,7 +19,7 @@ released) >> >elif [ "$SEEN" -gt 5 ] >> >then >> >echo "FACTORY RESET" > /dev/console >> > -

Re: [OpenWrt-Devel] [RFC] procd: Allow to enable endless respawning of services

2015-09-21 Thread Etienne Champetier
Hi, 2015-09-21 17:26 GMT+02:00 Helmut Schaa : > Extend /etc/config/system with a parameter to enable > infinite respawn mode: > > config system > option service_endless_respawn 1 > why not "service_respawn_retry", which set "respawn_retry"

Re: [OpenWrt-Devel] [PATCH trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

2015-09-21 Thread Felix Fietkau
On 2015-09-21 15:50, John Crispin wrote: > > > On 21/09/2015 15:47, Lars wrote: >> hold on, why doesn't it match any longer? >> >> On 21.09.2015 15:43, Matthias Schiffer wrote: >>> The checksum doesn't match the file on mirror2.openwrt.org. >>> > > > > *cough* lets see whats up there ...

[OpenWrt-Devel] [RFC] procd: Allow to enable endless respawning of services

2015-09-21 Thread Helmut Schaa
Extend /etc/config/system with a parameter to enable infinite respawn mode: config system option service_endless_respawn 1 All services that don't specify specific respawn parameters will get their defaults added by procd.sh and if service_endless_respawn is set

Re: [OpenWrt-Devel] [RFC] procd: Allow to enable endless respawning of services

2015-09-21 Thread Yousong Zhou
Hi, Helmut On 21 September 2015 at 23:26, Helmut Schaa wrote: > Extend /etc/config/system with a parameter to enable > infinite respawn mode: > > config system > option service_endless_respawn 1 > > All services that don't specify specific

[OpenWrt-Devel] [PATCH] package: iperf3: Update URL

2015-09-21 Thread Karl Palsson
From: Karl Palsson Update iperf3 to point to the correct project website. Prior URL was the old iperf2 website. Signed-off-by: Karl Palsson --- package/network/utils/iperf3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Felix Fietkau
On 2015-09-21 15:03, Chris Blake wrote: > The following patch is to add ath79_register_m25p80_large, which sets > is_flash to false to support bit banging. This is needed on some 32MB+ > SPI chips, such as the S25FL256S1 > > Signed-off-by: Chris R Blake Your patches are

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #20473: Source lm_sensors-3.3.5.tar.bz2 for lm-sensors not available on mirror2.openwrt.org

2015-09-21 Thread Carlos Ferreira
You did? Can you send me those links? I actually googled for it but most websites and links were mere redirects to lm-sensors.org I'm more than willing to cache the project at github or similar. On 21 September 2015 at 07:14, John Crispin wrote: > > On 20/09/2015 23:22,

[OpenWrt-Devel] [PATCH 2/2] ar71xx: Add support for AirTight Networks C-55

2015-09-21 Thread Chris Blake
This patch is to add support for the AirTight Networks C-55 Access Point Signed-off-by: Chris R Blake --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index cfba6b4..5773186 100644 ---

Re: [OpenWrt-Devel] [PATCH trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

2015-09-21 Thread John Crispin
On 21/09/2015 15:47, Lars wrote: > hold on, why doesn't it match any longer? > > On 21.09.2015 15:43, Matthias Schiffer wrote: >> The checksum doesn't match the file on mirror2.openwrt.org. >> *cough* lets see whats up there ... simply changing the md5sum in the makefile without knowing what

Re: [OpenWrt-Devel] [PATCH 1/2] oxnas: drop some unused sysupgrade code

2015-09-21 Thread Daniel Golle
Hi! First of all sorry for the delay. Both patches look correct to me, thanks for the good work! I new tested them on Shuttle KD-20 and sysupgrade works great with both patches applied. On Tue, Sep 15, 2015 at 06:28:16PM +0200, Rafał Miłecki wrote: > First of all platform_do_upgrade_phase2

Re: [OpenWrt-Devel] [PATCH 1/2] oxnas: drop some unused sysupgrade code

2015-09-21 Thread Rafał Miłecki
On 21 September 2015 at 11:37, Daniel Golle wrote: > First of all sorry for the delay. Both patches look correct to me, > thanks for the good work! I new tested them on Shuttle KD-20 and > sysupgrade works great with both patches applied. > > > On Tue, Sep 15, 2015 at

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Chris Blake
Sorry about that, below should be an updated patch. git send-email was giving me issues, so I may need to resolve that before trying again if this still doesn't work. Signed-off-by: Chris R Blake --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c

Re: [OpenWrt-Devel] [PATCH 1/2] ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips

2015-09-21 Thread Felix Fietkau
On 2015-09-21 22:23, Chris Blake wrote: > Sorry about that, below should be an updated patch. git send-email was > giving me issues, so I may need to resolve that before trying again if > this still doesn't work. > > Signed-off-by: Chris R Blake Still doesn't work. You