Re: [OpenWrt-Devel] [PATCH 3/3] madwifi: in-flash macs for mach-eap7660d

2010-07-13 Thread daniel . golle
Moved new code outside of #ifdef CONFIG_ATHEROS_AR71XXX and removed unneeded cast. This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle Index: package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch ==

Re: [OpenWrt-Devel] [PATCH 2/3] ath5k: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
I removed unneeded casts and now hopefully really checking the first word for the magic... Also renamed everything to ath5k_platform here, too, of course. This adds ath_platform.h to mac80211 and patches ath5k to respect MAC addresses and eeprom content from platform_data, if supplied. Signed-

Re: [OpenWrt-Devel] [PATCH 1/3] ar71xx: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
I now renamed everything to ath5k_platform and also included all other previously suggested fixes. Cheers! This adds in-flash mac-addresses and callibration data for the Senao EAP7660D board. Signed-off-by: Daniel Golle Index: target/linux/ar71xx/files/include/linux/ath5k_platform.h

[OpenWrt-Devel] [PATCH] Adds rawnat and rawpost package options to xtables-addons and bumps version up to 1.24

2010-07-13 Thread Ashok Rao
rawpost is an addition to the netfilter raw table. rawnat is used to do stateless NAT and is useful for multi-link wan load balancing of a single flow. v1.22 and prior of xtables-addons required ipv6 support for rawnat. v1.23 and later made that support optional. Request bumping up xtables-addo

[OpenWrt-Devel] [PATCH]

2010-07-13 Thread Ashok Rao
r21799 by jow changed the staging install of libipq so that it is no longer available as a static library but is dynamically linked in as a shared library. However the libipq package was not being built. This patch provides libipq.so as a package. Signed-off-by: Ashok Rao --- Index: Makefile =

Re: [OpenWrt-Devel] [PATCH 3/3] madwifi: in-flash macs for mach-eap7660d

2010-07-13 Thread Gabor Juhos
2010.07.13. 19:31 keltezéssel, daniel.go...@gmail.com írta: > This patch makes madwifi respect (at least) the platform_data supplied MAC > address. > > Signed-off-by: Daniel Golle > > Index: package/madwifi/patches/470-mac_addresss_from_ath_platform_data.patch >

Re: [OpenWrt-Devel] [PATCH 2/3] ath5k: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread Gabor Juhos
2010.07.13. 19:26 keltezéssel, daniel.go...@gmail.com írta: > This adds ath_platform.h to mac80211 and patches ath5k to respect MAC > addresses and eeprom content from platform_data, if supplied. > > Signed-off-by: Daniel Golle > > Index: package/mac80211/patches/450-add-ath-platform.patch > ==

Re: [OpenWrt-Devel] [PATCH 1/3] ar71xx: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread Gabor Juhos
2010.07.13. 19:22 keltezéssel, daniel.go...@gmail.com írta: > This patch adds support for reading MAC addresses as well as wireless > interface callibration-data from the board flash of the EAP7660D. > > Signed-off-by: Daniel Golle > > Index: target/linux/ar71xx/files/include/linux/ath_platform

[OpenWrt-Devel] [PATCH 3/3] madwifi: in-flash macs for mach-eap7660d

2010-07-13 Thread daniel . golle
This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle Index: package/madwifi/patches/470-mac_addresss_from_ath_platform_data.patch === --- package/madwifi/patches/470-mac_ad

[OpenWrt-Devel] [PATCH 2/3] ath5k: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
This adds ath_platform.h to mac80211 and patches ath5k to respect MAC addresses and eeprom content from platform_data, if supplied. Signed-off-by: Daniel Golle Index: package/mac80211/patches/450-add-ath-platform.patch === --- pack

[OpenWrt-Devel] [PATCH 1/3] ar71xx: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
This patch adds support for reading MAC addresses as well as wireless interface callibration-data from the board flash of the EAP7660D. Signed-off-by: Daniel Golle Index: target/linux/ar71xx/files/include/linux/ath_platform.h === -

Re: [OpenWrt-Devel] [PATCH] ramips: Fix bridging in ramips ethernet driver

2010-07-13 Thread Gabor Juhos
2010.07.08. 12:23 keltezéssel, Helmut Schaa írta: > Bridging between the ramips ethernet driver and rt2800pci was somewhat > broken. Frames received by the ethernet driver which were passed to the > wifi driver for transmission were sometimes corrupted or sent out with > huge delays. > > The reaso

[OpenWrt-Devel] [patch] lua: fix os.date with lnum patch

2010-07-13 Thread Bruno Randolf
commit 1c892f0e6220ae5a6a086bd811ec26e6bda4337c Author: Bruno Randolf Date: Tue Jul 13 21:05:09 2010 +0900 lua: fix os_date with LNUM this fixes the LNUMP patch for lua. without it os.date can return a wrong date or time, due to precision loss in the integer - float conversion.

Re: [OpenWrt-Devel] [PATCH] comgt

2010-07-13 Thread Michael Grigorev
- fixed use CGREG for registration checking - fixed typo in builtin script APN (bug ID 1610044). 2010/7/13 Daniel A. Nagy > What exactly does this patch do/achieve? -- With the best regards, Michael Grigorev NVSta

Re: [OpenWrt-Devel] [PATCH] comgt

2010-07-13 Thread Daniel A. Nagy
What exactly does this patch do/achieve? Michael Grigorev wrote: > Signed-off-by: Michael Grigorev > > > Index: package/comgt/patches/004-CHANGELOG.diff > === > --- package/comgt/patches/004-CHANGELOG.

[OpenWrt-Devel] how mini_fo run in mpc8247

2010-07-13 Thread hacklu
my boot information RAMDISK: Compressed image found at block 0 SQUASHFS: Mounting a different endian SQUASHFS filesystem on ram0 VFS: Mounted root (squashfs filesystem) readonly. Freeing unused kernel memory: 144k init mkdir: can't create directory '/dev/shm': Read-only file system mkdir: can