[OpenWrt-Devel] help:kmod-ipv6 not compatible with Dreambox 20111111

2012-11-28 Thread tpu01yzx
hi everyone, I have some problem and ask for help: maybe the lastest kmod-ipv6 is not compatible with Dreambox 2011, so can you give a compatible one ? or is there any solution to solve the ipv6 problem ? thanks. in fact, I followed the instructions in http://wiki.openwrt.org/zh-cn/doc/howt

Re: [OpenWrt-Devel] Change Default IP?

2012-11-28 Thread John Lauro
Right... unable to locate a place to set an IP address for the image init configuration, only preinit. - Original Message - From: "Daniel Dickinson" To: "OpenWrt Development List" Sent: Wednesday, November 28, 2012 7:41:16 PM Subject: Re: [OpenWrt-Devel] Change Default IP? Perhaps you

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Daniel Gimpelevich
On Thu, 2012-11-29 at 00:32 +, Conor O'Gorman wrote: > br2684 picks that address if there is no 'set' mac and if the lower > level provides nothing. It is a valid address, Xerox. Whether or not it is technically valid might be rather open to interpretation at the other end. The validity of a M

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-28 Thread Jay Carlson
On Nov 4, 2012, at 11:57 AM, Martin Mueller wrote: > On Thu, Oct 18, 2012 at 10:59:00PM +0200, openwrt at lukaperkov.net wrote: >> All our kirkwood uboot patches have been upstreamed with this release ;) >> >> Board owners please test this patch and give feedback for the boards: >> >> * dockstar

Re: [OpenWrt-Devel] Change Default IP?

2012-11-28 Thread Daniel Dickinson
Perhaps you're trying to set image configuration not preinit (i.e. the default for regular operation)? If so preinit is the wrong ip address. Regards, Daniel On 28/11/2012 7:21 PM, Weedy wrote: > On 28/11/12 06:38 PM, John Lauro wrote: >> Is there a place to change the default IP for a firmware

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Conor O'Gorman
On Thu, 2012-11-29 at 00:17 +, David Woodhouse wrote: > On Wed, 2012-11-28 at 14:35 -0800, Daniel Gimpelevich wrote: > > The br2684 driver seems to expect that the MAC is already on the device > > before a virtual circuit is created, but it seems to leave the mechanism > > for doing so to the A

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread David Woodhouse
On Wed, 2012-11-28 at 16:28 -0800, Daniel Gimpelevich wrote: > On Thu, 2012-11-29 at 00:17 +, David Woodhouse wrote: > > I mostly use that with PPPoA, rather than PPPoEoA with the pointless MTU > > breakage that that implies. But it does work fine with BR2684 with the > > MAC address 00:00:01:0

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Daniel Gimpelevich
On Thu, 2012-11-29 at 00:17 +, David Woodhouse wrote: > I mostly use that with PPPoA, rather than PPPoEoA with the pointless MTU > breakage that that implies. But it does work fine with BR2684 with the > MAC address 00:00:01:00:00:00, which is what it ends up with. > > Do you actually *need* t

[OpenWrt-Devel] [PATCH 5/5] kernel: Add config-3.6 for x86 geos

2012-11-28 Thread David Woodhouse
Signed-off-by: David Woodhouse --- How do I set KERNEL_VERSION:=3.6.7 just for Geos? In geos/target.mk it doesn't seem to work... target/linux/x86/config-3.6 | 386 ++ target/linux/x86/geos/config-3.6 | 25 +++ 2 files changed, 411 insertions(+), 0 de

[OpenWrt-Devel] [PATCH 2/5] kernel: Add missing CONFIG_BATTERY_DS2781 option to generic 3.6 config

2012-11-28 Thread David Woodhouse
Signed-off-by: David Woodhouse --- target/linux/generic/config-3.6 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 5af13b6..7af4f6e 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/gene

[OpenWrt-Devel] [PATCH 1/5] build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted space

2012-11-28 Thread David Woodhouse
The genext2fs tool will 'reserve' 5% of the image size by default, apparently by creating a huge lost+found directory. In fact it seemed to be much more than 5% in practice — I saw an image with 8MiB used, and recovered about 2MiB of it by deleting the 'empty' lost+found directory: /dev/loop0

Re: [OpenWrt-Devel] Change Default IP?

2012-11-28 Thread Weedy
On 28/11/12 06:38 PM, John Lauro wrote: > Is there a place to change the default IP for a firmware build? > > I tried setting under Image configuration -> Preinit configuration options -> > IP address for preinit network messages, but that doesn't seem to work (not > that I expected to, but it'

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread David Woodhouse
On Wed, 2012-11-28 at 14:35 -0800, Daniel Gimpelevich wrote: > The br2684 driver seems to expect that the MAC is already on the device > before a virtual circuit is created, but it seems to leave the mechanism > for doing so to the ATM driver. The only other working ATM driver in > OpenWrt is for A

[OpenWrt-Devel] Change Default IP?

2012-11-28 Thread John Lauro
Is there a place to change the default IP for a firmware build? I tried setting under Image configuration -> Preinit configuration options -> IP address for preinit network messages, but that doesn't seem to work (not that I expected to, but it's the only config options I could find related to

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Daniel Gimpelevich
On Wed, 2012-11-28 at 19:35 +, Conor O'Gorman wrote: > Hi Daniel, > > Thank you for consider my comments. > > There are a couple of points I'd make. AFAIK this is only needed for > ethernet bridging over atm. I am not familiar with an ethernet style > mac > being used in straight atm connecti

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Conor O'Gorman
On Wed, 2012-11-28 at 06:18 -0800, Daniel Gimpelevich wrote: > On Wed, 2012-11-28 at 10:09 +, Conor O'Gorman wrote: > > This will affect all lantiq atm boards? I specify an ethernet MAC via > > the command line, but I don't necessarily want it in the atm. > > > The existing code leaves the MA

[OpenWrt-Devel] [PATCH] Collectd 4.10.8 version bump

2012-11-28 Thread Hannu Nyman
Collectd, the backbone for LuCI statistics, has been updated to 4.10.8 a few weeks ago. I have already used it in my trunk build for some time. Among other things 4.10.8 fixes a few memory leaks and a perl incompatibility (see https://dev.openwrt.org/ticket/12494 ). 4.10.8 increases compatibi

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Daniel Gimpelevich
On Wed, 2012-11-28 at 10:09 +, Conor O'Gorman wrote: > This will affect all lantiq atm boards? I specify an ethernet MAC via > the command line, but I don't necessarily want it in the atm. > > > Conor > The existing code leaves the MAC at all zeros. Do you require that instead of the MAC yo

[OpenWrt-Devel] [PATCH] mac80211: Overwrite eeprom mac with platform data on rt2800

2012-11-28 Thread Álvaro Fernández Rojas
Overwrite eeprom mac with platform data on rt2800. Signed-off-by: Álvaro Fernández Rojas --- Based on 608-add_platform_data_mac_addr.patch diff --git a/package/mac80211/patches/624-rt2800_platform_data_mac_addr.patch b/package/mac80211/patches/624-rt2800_platform_data_mac_addr.patch new file mo

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread Conor O'Gorman
On Tue, 2012-11-27 at 23:09 -0800, Daniel Gimpelevich wrote: > On Wed, 2012-11-28 at 07:53 +0100, John Crispin wrote: > > On 28/11/12 02:47, Daniel Gimpelevich wrote: > > > This corrects a few oversights in mach-netgear.c, adds a diag.sh with > > > per-board conditionals, in line with the uci-defa