[OpenWrt-Devel] r26765 (Beacon should include a Country Information Element)

2011-04-26 Thread Mark Mentovai
r26765 adds the ieee80211d hostapd option from mac80211.sh when a country code is configured. However, hostapd.sh already adds the ieee80211d hostapd option when the ieee80211d UCI parameter is set. https://dev.openwrt.org/changeset/26765 https://dev.openwrt.org/browser/trunk/package/hostapd/files

[OpenWrt-Devel] [PATCH] madwifi: Fix compilation for 2.6.39

2011-04-26 Thread Jonas Gorski
Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski --- package/madwifi/patches/475-2.6.39-compile.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 package/madwifi/patches/475-2.6.39-compile

[OpenWrt-Devel] [PATCH V2] swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK

2011-04-26 Thread Jonas Gorski
SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski --- Changes V1 -> V2: * Fix typos in message .../linux/generic/files/drivers/net/phy/swconfig.c |2 +- 1 files changed, 1 insertions(+), 1 d

[OpenWrt-Devel] NetworkManager or connman?

2011-04-26 Thread Maxim Osipov
Hello All, Our Flexibity project, based on OpenWRT (patch was just submitted), will use a number of dynamic network connections, including 3G/4G modems, WiFi and Ethernet (all USB based). In order to achieve this and require minimal configuration from a user, we would like to integrate NetworkMana

Re: [OpenWrt-Devel] [PATCH] split rsyncd into a separate package

2011-04-26 Thread Russell Senior
> "Jonas" == Jonas Gorski writes: Jonas> On 25 April 2011 20:43, Russell Senior Jonas> wrote: >>> "Stefan" == Stefan Monnier writes: Stefan> Doesn't seem worth the trouble: the rsync daemon is not Stefan> started by default (IIUC), so your patch doesn't save any RAM, Stefan> all it save

[OpenWrt-Devel] [PATCH V2 1/2] bcm63xx: Add firmware helpers for T-Home Speedport W 303V

2011-04-26 Thread Jonas Gorski
Add two helpers for generating correctly tagged images for the T-Home Speedport W 303V Typ B as well as xor'd ones as required by CFE. Signed-off-by: Jonas Gorski --- tools/firmware-utils/Makefile |2 + tools/firmware-utils/src/spw303v.c | 242 +++ too

[OpenWrt-Devel] [PATCH V2 0/2] bcm63xx: Add Support for the T-Home Speedport W 303V Typ B

2011-04-26 Thread Jonas Gorski
This two patches add support for the T-Home Speedport W 303V Typ B, a Broadcom BCM6358 based ADSL router with VoIP support. While the device itself is a more or less standard ADSL router/AP, T-Com (or their supplier) took some measures to make flashing custom firmwares a bit harder. They modified

[OpenWrt-Devel] [PATCH V2 2/2] bcm63xx: Add support for the T-Home Speedport W 303V

2011-04-26 Thread Jonas Gorski
Add the required board definition, default config and image generation for the T-Home Speedport W 303V Typ B. Signed-off-by: Jonas Gorski --- Changes V1 -> V2: * Renamed the board patch so its number doesn't conflict * Changed the function divider for the power/adsl led from "/" to "+" .../ba

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade mc package

2011-04-26 Thread Travis Kemen
Committed r26762. Travis On Mon, Apr 25, 2011 at 6:08 PM, Luka Perkov wrote: > Upgrade mc package. Tickets 9225 and 9268 can be closed. The mc package > is optimized for size. > > Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > > --- > > Index: utils/mc/Makefile > ===

[OpenWrt-Devel] [PATCH] [packages] ipv6/ipv6calc: Update to 0.82

2011-04-26 Thread Jonas Gorski
Update ipv6calc to newest 0.82. This reduces the binary sizes significantly. Signed-off-by: Jonas Gorski --- This is only compile tested, not runtime tested (currently lacking a device with enough space). As a comparison with the unstripped binaries (size doesn't like the stripped ones): 0.80:

Re: [OpenWrt-Devel] [PATCH] split rsyncd into a separate package

2011-04-26 Thread Jonas Gorski
On 25 April 2011 20:43, Russell Senior wrote: >> "Stefan" == Stefan Monnier writes: > Stefan> Doesn't seem worth the trouble: the rsync daemon is not > Stefan> started by default (IIUC), so your patch doesn't save any RAM, > Stefan> all it saves is the rsyncd.conf and rsyncd.init files, which