Re: [OpenWrt-Devel] [PATCH 1/1] alix2: relabel interfaces to match labels on case

2011-07-22 Thread Russell Senior
> "Philip" == Philip Prindeville > writes: Philip> The Netgate and PC Engines cases all label eth0 as the LAN Philip> port and eth1 as the WAN port. Not on any of my cases! -- Russell Senior, President russ...@personaltelco.net ___ openwr

[OpenWrt-Devel] [PATCH 1/1] alix2: relabel interfaces to match labels on case

2011-07-22 Thread Philip Prindeville
The Netgate and PC Engines cases all label eth0 as the LAN port and eth1 as the WAN port. Signed-off-by: Philip Prindeville Index: target/linux/x86/alix2/base-files/etc/config/network === --- target/linux/x86/alix2/base-files/etc/co

[OpenWrt-Devel] [PATCH 1/1] geos: include pppstats and pppdump in default packaging

2011-07-22 Thread Philip Prindeville
As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, and bridged utilization, including these useful tools allows for easier configuration and troubleshooting. Signed-off-by: Philip Prindeville Index: target/linux/x86/geos/target.mk ==

[OpenWrt-Devel] [PATCH] MMnet1000 bootstrap support

2011-07-22 Thread Przemek Rudy
Add bootstrap for at91 Propox (http://www.propox.com) MMnet1000 board. Signed-off-by: Przemyslaw Rudy --- Index: target/linux/at91/image/Config.in === --- target/linux/at91/image/Config.in (revision 27729) +++ target/linux/at91/i

[OpenWrt-Devel] [PATCH] MMnet1000 u-boot support

2011-07-22 Thread Przemek Rudy
Add bootloader for at91 Propox (http://www.propox.com) MMnet1000 board. Signed-off-by: Przemyslaw Rudy --- Index: target/linux/at91/image/u-boot/patches/300-MMnet1000.patch === --- target/linux/at91/image/u-boot/patches/300-MMnet10

Re: [OpenWrt-Devel] whole_filesystem extroot not working with backfire-rc5-testing

2011-07-22 Thread Daniel Dickinson
On Mon, 27 Jun 2011 16:30:05 -0400 "Brian J. Murrell" wrote: > I've created a "whole_filesystem" style extroot with the following > commands: > > # mkfs.ext3 /dev/sda1 > # mount /dev/sda1 /mnt > # mkdir -p /tmp/cproot > # mount --bind / /tmp/cproot > # tar -C /tmp/cproot -cvf - . | tar -C /mnt -

[OpenWrt-Devel] linux 3.0 is out - patch for generic and brcm47xx

2011-07-22 Thread Peter Wagner
Hi, this patch updates generec and brcm47xx to linux 3.0. runs on brcm47xx like a charm (for a few minutes by now ;) ) /Peter Wagner Signed-off-by: Peter Wagner diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 66fb021..4fd3207 100644 --- a/include/kernel-version.mk +++ b