[OpenWrt-Devel] [PATCH] ramips: Rework ramips_eth to not require irqsave locking anymore

2012-01-17 Thread Helmut Schaa
Previously the tx housekeeping was done in a spin_lock_irqsave critical section which causes irqs to be disabled during that time. Since the housekeeping is already prepared to be scheduled as a tasklet process the housekeeping only in softirq context and revise the locking between the tx path and

Re: [OpenWrt-Devel] [PATCH] ramips: Rework ramips_eth to not require irqsave locking anymore

2012-01-17 Thread John Crispin
Thx, applied in r29762 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread jonsm...@gmail.com
I'm mounting the root file system via NFS. How can I stop the eth0 entry from getting added to /etc/config/network every time I build? -- Jon Smirl jonsm...@gmail.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread devendra.aaru
On Tue, Jan 17, 2012 at 9:04 PM, jonsm...@gmail.com jonsm...@gmail.comwrote: I'm mounting the root file system via NFS. How can I stop the eth0 entry from getting added to /etc/config/network every time I build? openwrt/packages/basefiles/files/etc/config/network ?? this file remove your

Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread jonsm...@gmail.com
On Tue, Jan 17, 2012 at 10:37 AM, devendra.aaru devendra.a...@gmail.com wrote: On Tue, Jan 17, 2012 at 9:04 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: I'm mounting the root file system via NFS. How can I stop the eth0 entry from getting added to /etc/config/network every time I build?

Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread devendra.aaru
On Tue, Jan 17, 2012 at 9:09 PM, jonsm...@gmail.com jonsm...@gmail.comwrote: On Tue, Jan 17, 2012 at 10:37 AM, devendra.aaru devendra.a...@gmail.com wrote: On Tue, Jan 17, 2012 at 9:04 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: I'm mounting the root file system via NFS. How

Re: [OpenWrt-Devel] eth0 entry in /etc/config/network

2012-01-17 Thread Weedy
On 17/01/12 10:41 AM, jonsm...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:41 AM, devendra.aaru devendra.a...@gmail.com wrote: On Tue, Jan 17, 2012 at 9:09 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:37 AM, devendra.aaru devendra.a...@gmail.com wrote:

[OpenWrt-Devel] [PATCH] FTDI additional serial IDs

2012-01-17 Thread Peter Naulls
Add support for the Rainforest Automation Zigbee dongle. This is against 2.6.39 only, however Linux 3.2 does not have this ID either. Signed-of-by: Peter Naulls pe...@chocky.org Index: target/linux/generic/patches-2.6.39/823-usb_serial_ftdi_add_more_devices.patch

Re: [OpenWrt-Devel] [PATCH] FTDI additional serial IDs

2012-01-17 Thread Florian Fainelli
Hello, On 01/17/12 17:15, Peter Naulls wrote: Add support for the Rainforest Automation Zigbee dongle. This is against 2.6.39 only, however Linux 3.2 does not have this ID either. Signed-of-by: Peter Naulls pe...@chocky.org Please make sure this makes it into next Linux 3.2 stable releases

[OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Pawel Pastuszak
Hello everybody, I have an odd question i am trying to find an way to have my init script on power up to take over the console so the process can be interrupted. It's pretty much if an flag is set to x in kernel arguments then do y but i want y to be the foreground process. What i notice all Init

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Luka Perkov
On Tue, Jan 17, 2012 at 01:42:13PM -0500, Pawel Pastuszak wrote: Hello everybody, I have an odd question i am trying to find an way to have my init script on power up to take over the console so the process can be interrupted. It's pretty much if an flag is set to x in kernel arguments then

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Jonathan Bither
Why not add a pre-init hook? On 01/17/2012 02:02 PM, Pawel Pastuszak wrote: Ok, but i am looking for it to go into the foreground and i want to lock the console access till it finished running it then reboot. Pawel On Tue, Jan 17, 2012 at 1:52 PM, Luka Perkov open...@lukaperkov.net

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Jonathan Bither
You can probably have a hook similar to the failsafe hook that does echo 1 /tmp/pawelhook and have your init script read it and do whatever you want. On 01/17/2012 02:10 PM, Pawel Pastuszak wrote: Need dhcp up first and everything mounted. So if there is an easy flag for that then i think

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Pawel Pastuszak
Yes but i already have an flag from kernel arguments. So and have created rc.d init script which looks for this but what i wanted is to bring that script into the foreground. On Tue, Jan 17, 2012 at 2:15 PM, Jonathan Bither jonbit...@gmail.comwrote: You can probably have a hook similar to the

[OpenWrt-Devel] target gdb - Symbol format `elf32-littlearm' unknown

2012-01-17 Thread jonsm...@gmail.com
Any ideas why the target ARM gdb doesn't work? run gdb ... This GDB was configured as arm-openwrt-linux... I'm sorry, Dave, I can't do that. Symbol format `elf32-littlearm' unknown. gdbremote works, but it doesn't support hardware breakpoints until the 7.x series and we're at 6.8. 7.2 won't

Re: [OpenWrt-Devel] Buying router SOC CPUs

2012-01-17 Thread Ben West
This unfortunately a common attitude from parts vendors, especially when you are not buying in qty 10k+. You might try asking vendors for a tray of samples for testing purposes, e.g. a dozen chips. On Tue, Jan 17, 2012 at 7:16 PM, jonsm...@gmail.com jonsm...@gmail.comwrote: Are any of the

Re: [OpenWrt-Devel] Buying router SOC CPUs

2012-01-17 Thread jonsm...@gmail.com
On Tue, Jan 17, 2012 at 8:33 PM, Ben West b...@gowasabi.net wrote: This unfortunately a common attitude from parts vendors, especially when you are not buying in qty 10k+. We are in the 2-4K volume range which is too low for them to apparently care about. If they'd just put the chips into a

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-17 Thread Otto Solares Cabrera
On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: juhosg was working quite hard to get us out of sync, with decent support of nbd ;-) It took me a while, but we're finally back on the track. Minimum kernel version is probably still 3.1.1. Successfully tested with kernel 3.1.4

Re: [OpenWrt-Devel] Init Script to Foreground

2012-01-17 Thread Philip Prindeville
I'm confused. So in /etc/config/system: config system option foreground 1 doesn't work for you? -Philip On 1/17/12 11:42 AM, Pawel Pastuszak wrote: Hello everybody, I have an odd question i am trying to find an way to have my init script on power up to take over the console so

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2012-01-17 Thread Dave Taht
On Wed, Jan 18, 2012 at 4:42 AM, Otto Solares Cabrera so...@guug.org wrote: On Thu, Dec 08, 2011 at 11:57:46PM +0100, Hartmut Knaack wrote: juhosg was working quite hard to get us out of sync, with decent support of nbd ;-) It took me a while, but we're finally back on the track. Minimum