[OpenWrt-Devel] [PATCH 1/1] ledtrig-ide-disk: make ledtrig-ide-disk modular

2011-05-14 Thread Philip Prindeville
Normally ledtrig-ide-disk requires ide-disk.c to be compiled knowing that ledtrig-ide-disk is enabled. This is less than optimal, since you should be able to add ledtrig targets later and/or separately. So we work around this by having a hook that can be set, in the same way that netfilters an

[OpenWrt-Devel] [RFC/RFT] generic: Remove IPv6 depependency of bridge in 2.6.38+

2011-05-14 Thread Jonas Gorski
Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is

[OpenWrt-Devel] [PATCH] ar71xx: Fix header offset for newer WRT160NL models

2011-05-14 Thread Jonas Gorski
Newer WRT160NLs have a flash chip with 4K erase blocks instead of 64K, resulting in miscalculated partition sizes. Since the actual sizes did not change, hardcode them to their current sizes, and make sure they are at least one erase block big (in case Cisco decides to start to use chips with 128K

Re: [OpenWrt-Devel] 802.11s

2011-05-14 Thread Florian Fainelli
Hello, On Saturday 14 May 2011 02:57:59 scolfield wrote: > Hi list, > > There are IEEE 802.11s standard (draft) for wireless mesh networks > implemented > on the OpenWrt? Or it isn't integrated yet? OpenWrt uses the Linux wireless stack called mac80211, which implements 802.11s, any driver supp