Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood/dockstar: remove sata from default packages

2013-12-14 Thread John Crispin
On 14/12/13 06:46, Alexander Couzens wrote: The dockstar doesn't have any sata ports. Signed-off-by: Alexander Couzens --- target/linux/kirkwood/profiles/110-nas.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/1

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: new profile Seagate GoFlexNet

2013-12-14 Thread John Crispin
On 14/12/13 06:46, Alexander Couzens wrote: +define Profile/GOFLEXNET + NAME:=Seagate GoFlexNet + PACKAGES:= \ + kmod-ata-core kmod-ata-marvell-sata \ + kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ + uboot-envtools +endef + Hi, looks quirky ... i doubt that kmod-rtc-marvel

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: new profile Seagate GoFlexNet

2013-12-14 Thread Felix Kaechele
John Crispin wrote: On 14/12/13 06:46, Alexander Couzens wrote: +define Profile/GOFLEXNET + NAME:=Seagate GoFlexNet + PACKAGES:= \ +kmod-ata-core kmod-ata-marvell-sata \ +kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ +uboot-envtools +endef + looks quirky ... i doubt that kmod-rt

Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood/dockstar: remove sata from default packages

2013-12-14 Thread Alexander Couzens
On Sat, 14 Dec 2013 09:01:32 +0100 John Crispin wrote: > what happens to the boards that require it ? good question. the dockstar never had sata nor it was possible to add these (or at least I haven't seen somebody soldered it). -- Alexander Couzens mail: lyn...@fe80.eu sip/jabber: lyn...@c-ba

Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood/dockstar: remove sata from default packages

2013-12-14 Thread John Crispin
On 14/12/13 11:12, Alexander Couzens wrote: On Sat, 14 Dec 2013 09:01:32 +0100 John Crispin wrote: what happens to the boards that require it ? good question. the dockstar never had sata nor it was possible to add these (or at least I haven't seen somebody soldered it). ok, this is dockst

Re: [OpenWrt-Devel] [PATCH] openssl: Support multi-threaded applications

2013-12-14 Thread Felix Fietkau
On 2013-12-13 21:50, Sujith Manoharan wrote: > From: Sujith Manoharan > > Allow multi-threaded applications to work properly by > removing the "no-threads" flag that is enabled by default. > > Signed-off-by: Sujith Manoharan Applied in r39048, thanks. - Felix __

Re: [OpenWrt-Devel] weak signal MyNet n600

2013-12-14 Thread Steven Haigh
On 14/12/2013 6:48 PM, omggo wrote: > Hi all, > > I'm currently using the latest trunk (r39047) with the "MyNet n600" and > have noticed that the wifi signal on the is lower than the official > firmware and will never reach 100% even with the device right next to > the router. > > At about 2m awa

Re: [OpenWrt-Devel] weak signal MyNet n600

2013-12-14 Thread Felix Fietkau
On 2013-12-14 08:48, omggo wrote: > Hi all, > > I'm currently using the latest trunk (r39047) with the "MyNet n600" and > have noticed that the wifi signal on the is lower than the official > firmware and will never reach 100% even with the device right next to > the router. > > At about 2m away

[OpenWrt-Devel] [PATCH] generic: ar8216: Enable jumbo frames on AR8327 by default

2013-12-14 Thread Piotr Dymacz
This patch enables jumbo frames on AR8327 switch by default. I have tested it on TP-Link TL-WDR3600. Signed-off-by: Piotr Dymacz --- Index: target/linux/generic/files/drivers/net/phy/ar8216.c === --- target/linux/generic/files/driv

Re: [OpenWrt-Devel] [PATCH 3/4] ar71xx: add option to wake up phys on mdio reset

2013-12-14 Thread Felix Kaechele
Felix Kaechele wrote: diff --git a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c index ec88233..e99c172 100644 --- a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_

Re: [OpenWrt-Devel] weak signal MyNet n600

2013-12-14 Thread omggo
about 2m away = 44% - Signal: -79 dBm, Noise: -95dBm right next to device = 82% - Signal -52 dBm, Noise: -95dBm On Sun, Dec 15, 2013 at 1:19 AM, Felix Fietkau wrote: > On 2013-12-14 08:48, omggo wrote: > > Hi all, > > > > I'm currently using the latest trunk (r39047) with the "MyNet n600" and >

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: new profile Seagate GoFlexNet

2013-12-14 Thread Alexander Couzens
> Adding this driver to boards that don't need it will either > > a. produce an error message in dmesg > b. initialize a wrong / additional RTC which then is unusable > > Therefor kmod-rtc-marvell isn't in the default config for kirkwood based > boards. Ok. I've seen the erros in dmesg. We shoul