[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:

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 sleuthho...@gmail.com mailto:sleuthho...@gmail.com Index: package/comgt/patches/004-CHANGELOG.diff === ---

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 reason for

[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 daniel.go...@gmail.com Index: target/linux/ar71xx/files/include/linux/ath_platform.h

[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 daniel.go...@gmail.com Index: package/madwifi/patches/470-mac_addresss_from_ath_platform_data.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 daniel.go...@gmail.com Index:

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 daniel.go...@gmail.com Index:

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 daniel.go...@gmail.com Index: package/madwifi/patches/470-mac_addresss_from_ath_platform_data.patch

[OpenWrt-Devel] [PATCH] Modifies iptables Makefile to package libipq as a shared library

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 greatar...@gmail.com

[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

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 daniel.go...@gmail.com Index:

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.

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 daniel.go...@gmail.com Index: