[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 nolt...@gmail.com --- Based on 608-add_platform_data_mac_addr.patch diff --git a/package/mac80211/patches/624-rt2800_platform_data_mac_addr.patch

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 you

[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

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 MAC at

[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 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 AR7,

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's the

[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

[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 david.woodho...@intel.com --- 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 ---

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

2012-11-28 Thread David Woodhouse
Signed-off-by: David Woodhouse david.woodho...@intel.com --- 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

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* to

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

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][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 Sorry

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

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 dan...@powercloudsystems.com To: OpenWrt Development List openwrt-devel@lists.openwrt.org Sent: Wednesday, November 28, 2012 7:41:16 PM