[OpenWrt-Devel] ramips RT5350F AP+STA mode

2013-09-06 Thread Jiapeng Li
Does openwrt support RT5350F for AP+STA mode? I compile openwrt for MPR-A2 use the latest trunk, i use luci to configure the wifi, and found that OpenWrt can't open wifi client and master mode simultaneously. Did i miss something or RT5350F driver don't support this feature. _

[OpenWrt-Devel] [PATCH] packages: enable ip on busybox

2013-09-06 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" iw is to iwconfig as ip is to ifconfig As with iwconfig, ifconfig is deprecated, promote usage of ip using netlink. Signed-off-by: Luis R. Rodriguez --- package/utils/busybox/config/networking/Config.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletion

Re: [OpenWrt-Devel] [PATCH] pulseaudio: InstallDev installs static libraries *.la

2013-09-06 Thread Mirko Vogt
On 09/06/2013 06:48 PM, Alexander Couzens wrote: [..] > - $(PKG_INSTALL_DIR)/usr/lib/*.so* \ > + $(PKG_INSTALL_DIR)/usr/lib/*.{la,so}* \ Unline your subjects suggests, ".la"-files are _not_ static libraries, but libtool helper-files which we don't use and don't want for sev

[OpenWrt-Devel] [PATCH] pulseaudio: InstallDev installs static libraries *.la

2013-09-06 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- sound/pulseaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 0fc979b..ac37533 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -148,7 +148,7 @

[OpenWrt-Devel] [PATCH] firmware-utils: add mkbelkinfw for Belkin WeMo plugs (f7c027)

2013-09-06 Thread Alexander Couzens
mkbelkinfw adds a header containing a md5sum + magic string. This header is only checked by the UPnP update service from Belkin. Signed-off-by: Alexander Couzens --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/mkbelkinfw.c | 181 ++ 2 f

[OpenWrt-Devel] [PATCH] [packages] avahi: Clean up dependencies

2013-09-06 Thread Helmut Schaa
libavahi does not require libdaemon nor libgdbm. Move the dependencies into the right avahi sub-packages to allow smaller footprint when only using libavahi. Signed-off-by: Helmut Schaa --- libs/avahi/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/