[OpenWrt-Devel] [PATCH] package/devel/gdb-arc: Add target GDB for ARC

2016-06-07 Thread Alexey Brodkin
ARC port of GDB is not yet upstream so we need to use sources from Synopsys GitHub repo. Given Synopys' commitment to upstream ARC support in GDB in the nearest future it might be simpler to add a separate package for ARC GDB instead of patching generic GDB package. This way once ARC GDB stuff get

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Oswald Buddenhagen
On Tue, Jun 07, 2016 at 02:42:36PM +0200, Zoltan HERPAI wrote: > May I ask you to point to which e-mail are you referring to? We are > yet to see an official line from LEDE on what they want to see to > happen in OpenWrt. > i don't think you'll get anything more official than jow's mail from may 2

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread David Lang
On Tue, 7 Jun 2016, Eric Schultz wrote: Zoltan, I'm pleased to hear there's been some movement. Does this mean that OpenWrt is going to have releases while LEDE will not? Considering that LEDE folks recently posted a "what's blocking the release" message, this would be extremely unlikely.

[OpenWrt-Devel] [PATCH] hostapd: Enable Interworking (802.11u) and Hotspot 2.0 Support

2016-06-07 Thread Bima Hutama
-Description: It enables functionality to improve interworking with external networks (GAS/ANQP to learn more about the networks and network selection based on available credentials). I figured out that it was actually not activated yet in hostapd. It enables hostapd to

[OpenWrt-Devel] [PATCH] hostapd: Enable TLSv1.1 and TLSv1.2 Support

2016-06-07 Thread Bima Hutama
-Description: Enable wpa_supplicant support for TLS version 1.1 and 1.2. -Changelog: 1) Adding CONFIG_TLSV11=y 2) Adding CONFIG_TLSV12=y Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 6 ++ 1 file changed, 6 insertions

[OpenWrt-Devel] [PATCH] hostapd:Bring Back Dumping internal State

2016-06-07 Thread Bima Hutama
-Description: Since it is full version of hostapd, there is no need to disable this functionality as the new devices are getting more complex and need more debugging capabilities. -Changelog: Commenting CONFIG_NO_DUMP_STATE=y. Signed-off-by: Bima Hutama --- package

[OpenWrt-Devel] [PATCH] hostapd: Add Support to Separate Debug from Syslog

2016-06-07 Thread Bima Hutama
-Description: By enabling "-f " argument we can separate Debug to one file rather than merge it with syslog. It makes hostapd debugging easier to read in one file rather than analyse the whole syslog. Wiki and config support will be made for this. -Changelog:

[OpenWrt-Devel] [PATCH] hostapd: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
-Description: *Because it is hostapd, it is recommended to apply this patch as AP mode with 802.11u.* *** Many modern AP who implements Hotspot 2.0 (802.11u standard) need capabili

[OpenWrt-Devel] [PATCH] hostapd: Enable EAP Re-authentication Protocol

2016-06-07 Thread Bima Hutama
-Description: Enable EAP Re-authentication Protocol in integrated EAP server. -Changelog: Adding CONFIG_EAP=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/hostapd-full.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/ser

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enabling Hotspot 2.0 Support for 802.11u

2016-06-07 Thread Bima Hutama
-Description: It enables Hotspot 2.0 support based on 802.11u for modern AP. -Changelog: Adding CONFIG_HS20=y Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/wpa_supplicant-full.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/netwo

[OpenWrt-Devel] [PATCH] wpa_supplicant: GNU Readline and History Support for command line

2016-06-07 Thread Bima Hutama
-Description: Include support for GNU Readline and History Libraries in wpa_cli. By enabling this, we will get history support for wpa_cli, so that wpa_cli-interactive-mode interprets up and down key as historical commands rather than just not-interpretable "^[[

[OpenWrt-Devel] [PATCH] wpa_supplicant: Support HT and VHT Overrides

2016-06-07 Thread Bima Hutama
-Description: It enables wpa_supplicant to overrides HT and VHT (disable HT/HT40, mask MCS rates, etc.) in wpa_supplicant configuration file. NB: Openwrt wiki and settings for uci would be made (from me), if this patch was applied. -Changelog: Enabling CONFIG_

[OpenWrt-Devel] [PATCH v2] wpa_supplicant: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
-Description: Many modern AP who implements Hotspot 2.0 (802.11u standard) need capability to authenticate client automatically from the installed SIM-card in clients mobile phones. Example of this is Telekom Germany, who implements roaming of their "Telekom"-W

[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable EAP-SIM Support for 802.11u with Simcard

2016-06-07 Thread Bima Hutama
-Description: Many modern AP who implements Hotspot 2.0 (802.11u standard) need capability to authenticate client automatically from the installed SIM-card in clients mobile phones. Example of this is Telekom Germany, who implements roaming of their "Telekom"-Wifi

[OpenWrt-Devel] [PATCH] hostapd/wpa_supplicant: Remove duplicate configs, spare some bytes

2016-06-07 Thread Bima Hutama
-Description: There were some duplicates entries in full version of supplicant and hostapd. It removes all duplicates found. -Changelog: Deleting duplicates for CONFIG_EAP_FAST=y and CONFIG_WPS=y. Signed-off-by: Bima Hutama --- package/network/services/hostapd/files/

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Eric Schultz
Zoltan, I'm pleased to hear there's been some movement. Does this mean that OpenWrt is going to have releases while LEDE will not? Eric On Tue, Jun 7, 2016 at 7:42 AM, Zoltan HERPAI wrote: > Daniel Dickinson wrote: > >> Hi, >> >> I had a few emails on this topic I thought better of sending, bu

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Daniel Golle
Hi! On Tue, Jun 07, 2016 at 02:42:36PM +0200, Zoltan HERPAI wrote: > ... > The official line - which I should have sent out a few days ago - from the > OpenWrt team is: > > > Felix's initial comment was LEDE to become a "development environment" for > new ideas, and to keep OpenWrt as the st

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Zoltan HERPAI
Daniel Dickinson wrote: Hi, I had a few emails on this topic I thought better of sending, but I'm sure I'm not the only one wondering why the remaining OpenWrt devs have not responded to the various LEDE overtures on this mailing list. Is it lack of time, an unwillingness to attempt to have an

Re: [OpenWrt-Devel] [OpenWrt] Meeting on TR-069 Work - Friday, June 10 - 7 AM PT

2016-06-07 Thread Delbar Jos
Eric, all, Eric Schultz wrote: > I'm excited to see so many people interested in TR-069 support! As a follow up > to the previous TR-069 email, I've set up a meeting on TR-069 support for > OpenWrt. The meeting is on Friday, June 10 at 7 AM PT. We have prepared a short presentation giving a hig

[OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Daniel Dickinson
iVBORw0KGgoNSUhEUgAAADAwAQMAAABtzGvEBlBMVEX///8AAABVwtN+eklEQVQY04XQzQ2EIBAF4IdMDIc5UAIlUIKlWMr0ZiMm28jOj+6iMXEOfBBmXgJAVLGlBkU3wcZ9I3Q7EdrAveowx6hZ0q6QJDsRnHlJwr+W4CHF7vLqTEenXABeUnSssbP8SdwdjTHEwcFDtQGKFuWjH8Lna8vAmfEF3NMPdAOsBscASUVORK5CYII= Content-Type: text/plain; charset=

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] libnet-1.2.x: enable HAVE_PACKET_SOCKET

2016-06-07 Thread John Crispin
On 19/05/2016 14:57, Alin Nastac wrote: > There is already a CONFIGURE_VAR set in here that seem > to have the same purpose, but it doesn't do the trick > in my cause (autoconf 2.69). > --- > libs/libnet-1.2.x/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libs/libnet-1.2.x/M

Re: [OpenWrt-Devel] [PROPOSAL] move OpenWrt codebase to Git and GitHub

2016-06-07 Thread Jiapeng Li
I also agree with Luka. Github supplies a serious of features to make open source development more easier. Pull request, issue tracker etc. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/o