[OpenWrt-Devel] Is it possible to share one MAC address for mulit ports of Linux bridge

2016-11-08 Thread Shuangfeng He
Hi All, I am working on a project. There are multi ports(NICs) bridged to the Linux LAN bridge. We want to use one MAC address for multi ports and bridge to save MAC address.Is it possible? Actually, I have done some test and it seems OK. But I am not sure if there are some potential issues that I

[OpenWrt-Devel] Why was libwebswocekts bumped in the for-15.05 branch?

2016-11-08 Thread Karl Palsson
It seems highly inappropriate to bump a package to a completely incompatible version in the stable 15.05 branch. It was always beaten into me that the only updates for packages in stable branches were for point releases and bugfixes. Bumping libwebsockets to the _very_ incompatible 2.x from the 1.

[OpenWrt-Devel] ar71xx: Setting the usb mode from kernel board file

2016-11-08 Thread micke . prag
Hi, I have a board based on ar9331. According to the datasheet [1] page 81 the USB_MODE is determined by reading GPIO13 on boot. Unfortunately this pin is connected to some other function that ties this pin to ground and therefore the USB_MODE is set wrong. Does someone know how I can manual

Re: [OpenWrt-Devel] Why was libwebswocekts bumped in the for-15.05 branch?

2016-11-08 Thread Luka Perkov
Hi Karl, thanks for pointing this out. I'm sorry but this commit ended up in the wrong git repo :( It is now reverted: https://github.com/openwrt/packages/commit/b3139cf56c2f3ff80dc29239cccf9c7b6bcb5f9d Thanks again, Luka On Tue, Nov 08, 2016 at 10:12:43AM -, Karl Palsson wrote: > > It se

[OpenWrt-Devel] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Alexey Brodkin
TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules that could be found on different existing boards. But it is possible to get those modules as a separate component and use with existing boards as well as new boards equipped with either module may appear so we remove dependency on OMAP. Signe

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Felix Fietkau
On 2016-11-08 15:46, Alexey Brodkin wrote: > TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules > that could be found on different existing boards. > > But it is possible to get those modules as a separate > component and use with existing boards as well as > new boards equipped with either mo

[OpenWrt-Devel] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-08 Thread Benjamin Berg
Also sending the eject command to LUN 1 is required for some D-Link devices. Signed-off-by: Benjamin Berg Signed-off-by: René van Weert --- switch.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/switch.c b/switch.c index b283561..587a2af 100644 --- a/switch.c +++ b/switch.c @@ -161,

[OpenWrt-Devel] Recently added feature in UCI - mandatory anonymous sections

2016-11-08 Thread Antonio Paunovic
Hello everyone, recently there was a change in default UCI behaviour which you can see here: http://git.openwrt.org/?p=project/uci.git;a=commit;h=df72af474075159ab79ed190d2109eb2d86709bf While change in implementation is minor, this means that there won't be anonymous sections anymore. Need may

[OpenWrt-Devel] Recently added feature in UCI - mandatory anonymous sections

2016-11-08 Thread Antonio Paunovic
Hello everyone, recently there was a change in default UCI behaviour which you can see here: http://git.openwrt.org/?p=project/uci.git;a=commit;h=df72af474075159ab79ed190d2109eb2d86709bf While change in implementation is minor, this means that there won't be anonymous sections anymore. Need may