[OpenWrt-Devel] bloatie-bloat-bloat?

2013-09-08 Thread Russell Senior
I have a number of (admittedly) ancient Netgear WGT634U's in the field doing duty as free-wifi hotspots. Recent builds of our standard set of tools have become unhappy in the last year or so. For example, here are the RES memory sizes of processes on our workload, comparing r37911 (current)

Re: [OpenWrt-Devel] bloatie-bloat-bloat?

2013-09-08 Thread Felix Fietkau
On 2013-09-08 11:26 AM, Russell Senior wrote: I have a number of (admittedly) ancient Netgear WGT634U's in the field doing duty as free-wifi hotspots. Recent builds of our standard set of tools have become unhappy in the last year or so. For example, here are the RES memory sizes of

Re: [OpenWrt-Devel] ramips RT5350F AP+STA mode

2013-09-08 Thread Jiapeng Li
Hi jonsmirl, Thank you, i am new to Openwrt, and not sure about this feature. What i know now is that RT5350 chip truly supports AP+STA mode, i test the MPR-A2, it can support this feature and works fine. If it is because of the WIFI driver, i think we can take an effort to make OpenWrt support

[OpenWrt-Devel] libFLAC on PowerPC - error: AltiVec and E500 instructions cannot coexist

2013-09-08 Thread Patrick Vorlicek
Hey guys, I'm trying to compile miniDLNA for my TP-WDR4900 (mpc85xx, e500v2) and this fails at libFLAC as part of libffmpeg-mini. It seems to be an issue with the compile optimizations: make[8]: Entering directory

Re: [OpenWrt-Devel] ramips RT5350F AP+STA mode

2013-09-08 Thread jonsm...@gmail.com
You can try this and see what breaks but a lot of testing and verification will be needed to ensure that this is working correctly. --- a/drivers/net/wireless/rt2x00/rt2x00dev.c +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c @@ -1264,7 +1264,7 @@ static inline void rt2x00lib_set_if_comb

[OpenWrt-Devel] [PATCH] kernel: Add support for ESMT F25L32PA with upstream submission

2013-09-08 Thread Flavio Silveira
Signed-off-by: Flavio Silveira f...@terra.com.br --- ...-mtd_m25p80_add_support_for_esmt_f25l32pa.patch | 37 1 file changed, 37 insertions(+) create mode 100644 target/linux/generic/patches-3.10/063-mtd_m25p80_add_support_for_esmt_f25l32pa.patch diff --git

[OpenWrt-Devel] Question about Target Profiles

2013-09-08 Thread Mike Brady
I'm trying to figure out how to modify the set of packages included in the NSLU2 Target Profile on the current build, r37919, and I'm having no joy. Maybe I'm misunderstanding it, hence my email. Here is the profile file for the NSLU2: --- # # Copyright (C) 2006-2008 OpenWrt.org # # This is

[OpenWrt-Devel] lantiq: ath_pci_fixup cannot work since it's called before ath9k_eeprom_probe

2013-09-08 Thread Luca Olivetti
As per the subject, the function ath_pci_fixup (in arch/mips/lantiq/xway/pci-ath-fixup.c) is called very early in the boot process, before ath9k_eeprom_probe (in arch/mips/lantiq/xway/ath_eep.c) has had any possibility to call ltq_pci_ath_fixup. The net result is that the fixup isn't done and the

Re: [OpenWrt-Devel] lantiq: ath_pci_fixup cannot work since it's called before ath9k_eeprom_probe

2013-09-08 Thread Luca Olivetti
Al 08/09/13 18:08, En/na Luca Olivetti ha escrit: As per the subject, the function ath_pci_fixup (in arch/mips/lantiq/xway/pci-ath-fixup.c) is called very early in the boot process, before ath9k_eeprom_probe (in arch/mips/lantiq/xway/ath_eep.c) has had any possibility to call

[OpenWrt-Devel] getting more randomness by improving MIPS get_cycles()

2013-09-08 Thread Dave Taht
In light of the whole nsa hoo-ra (stuff like this) https://plus.google.com/u/0/117091380454742934025/posts/SDcoemc9V3J Ted Tso has pointed out to me that apparently mips' does not have a working generic get_cycles() call, but instead returns 0 in all cases. e.g: In

Re: [OpenWrt-Devel] bloatie-bloat-bloat?

2013-09-08 Thread Dave Taht
On Sun, Sep 08, 2013 at 11:37:40AM +0200, Felix Fietkau wrote: On 2013-09-08 11:26 AM, Russell Senior wrote: I have a number of (admittedly) ancient Netgear WGT634U's in the field doing duty as free-wifi hotspots. Recent builds of our standard set of tools have become unhappy in the

Re: [OpenWrt-Devel] ramips RT5350F AP+STA mode

2013-09-08 Thread Jiapeng Li
Thanks jonsmirl, I'll test it to see what happens, and give you a feed back. 2013/9/8 jonsm...@gmail.com jonsm...@gmail.com You can try this and see what breaks but a lot of testing and verification will be needed to ensure that this is working correctly. ---

Re: [OpenWrt-Devel] ramips RT5350F AP+STA mode

2013-09-08 Thread jonsm...@gmail.com
On Sun, Sep 8, 2013 at 8:08 PM, Jiapeng Li gaplee...@gmail.com wrote: Thanks jonsmirl, I'll test it to see what happens, and give you a feed back. I believe you need to apply that patch in the 80211mac project because of the way git openwrt builds. 2013/9/8 jonsm...@gmail.com

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-09-08 Thread Nathan Hintz
On Wed, 28 Aug 2013 15:05:35 -0600 Philip A. Prindeville philipp_s...@redfish-solutions.com wrote: I should have sent this AFTER trying out patch 3828. Julian's patch is even simpler than my suggestion. On 08/28/2013 02:42 PM, Philip A. Prindeville wrote: Sorry if it's a little