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.
_
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
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
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 @
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
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/