Re: [OpenWrt-Devel] Chaos Calmer 15.05 package build failures in SDK

2015-07-16 Thread Daniel Golle
On Thu, Jul 16, 2015 at 07:06:34PM +0200, Daniel Golle wrote: On Thu, Jul 16, 2015 at 04:39:58PM +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. ... CHAOS CALMER (15.05 RC3) I also noticed that the SDK is

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Jonas Gorski
On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi art...@doghunter.org wrote: after running the git 'reset' command : $ git reset --hard 171f0fd10830acd3259f7c229f1b65b95595f388 in the trunk directory returns me : fatal: Could not parse object '171f0fd10830acd3259f7c229f1b65b95595f388' is

[OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-07-16 Thread Matthias Schiffer
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix the ImageBuilder. Similar fixes are necessary for many (all?) other uboot targets. Also remove the DTS copy command, BIN_DIR was unnecessarily cluttered with DTS files unrelated to the chosen profile. Signed-off-by: Matthias

[OpenWrt-Devel] reproducible ipk packages and building openssl with -j

2015-07-16 Thread Holger Levsen
Hi, two days ago the .ipk packages for the first time were tested (mostly) successfully and today https://reproducible.debian.net/openwrt/openwrt.html shows that 209 (98.5%) out of 212 built packages were reproducible in our test setup. The remaining offender is busybox, which is reproducible

Re: [OpenWrt-Devel] reproducible ipk packages and building openssl with -j

2015-07-16 Thread Holger Levsen
On Donnerstag, 16. Juli 2015, Holger Levsen wrote: That said, I do recall having seen a commit forcing -j 1 when building openssl for openwrt, so I'm wondering whether that commit was limited to some archs only or maybe was removed again? FWIW, I ment

[OpenWrt-Devel] libubox-lua: uloop.process gc bug

2015-07-16 Thread 陈斌
HI, all this is a patch to fix libubox-lua's uloop.process gc bug:before free lua userdata proc, we may need to call uloop_process_delete first. Best regards Signed-off-by:Chen Bin ewol...@126.com --- --- a/lua/uloop.c +++ b/lua/uloop.c @@ -77,9 +77,9 @@ static int

[OpenWrt-Devel] libubus-lua: fix memory leak problem

2015-07-16 Thread 陈斌
HI, all this is another patch to fix libubus's lua memory leak problem (lua stack corrupted) Best regards Signed-off-by:Chen Bin ewol...@126.com --- --- a/lua/ubus.c +++ b/lua/ubus.c @@ -302,8 +302,9 @@ ubus_method_handler(struct ubus_context lua_call(state, 2, 1);

Re: [OpenWrt-Devel] [PATCH V2] brcm63xx: HG553 buttons support

2015-07-16 Thread Jonas Gorski
Hi, On Wed, Jul 15, 2015 at 10:38 PM, Rafał Miłecki zaj...@gmail.com wrote: On 15 July 2015 at 18:34, Cezary Jackiewicz cezary.jackiew...@gmail.com wrote: This patch adds buttons support for Huawei EchoLife HG553. Changes: - add empty line... - change codes to hexadecimal You usually

[OpenWrt-Devel] [PATCH] hostapd: fix #18197, no auth server (BB)

2015-07-16 Thread Leon Merten Lohse
(++attempts) As described in [1], there was a bug in hostapd introduced in version 2.2 that makes hostapd lose its RADIUS configuration if the initial connection attempt failed. This is serious, because it effectively renders WPA-Enterprise authentication unuseable. When the network

Re: [OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-16 Thread Jonas Gorski
On Wed, Jul 15, 2015 at 12:25 PM, John Crispin blo...@openwrt.org wrote: On 15/07/2015 12:23, Jonas Gorski wrote: On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki zaj...@gmail.com wrote: On 15 July 2015 at 07:05, Cezary Jackiewicz cezary.jackiew...@gmail.com wrote: @@ -6,6 +6,25 @@

Re: [OpenWrt-Devel] [PATCH] hostapd: fix #18197, no auth server (BB)

2015-07-16 Thread Felix Fietkau
On 2015-07-16 14:36, Leon Merten Lohse wrote: (++attempts) As described in [1], there was a bug in hostapd introduced in version 2.2 that makes hostapd lose its RADIUS configuration if the initial connection attempt failed. This is serious, because it effectively renders WPA-Enterprise

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Arturo Rinaldi
which is the exact git hash of the RC3 release ? Thank you in advance Kind Regards, Arturo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Steven Barth
Sorry, small mistake. Kernel is 3.18.17 in RC3. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Steven Barth
The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. ___ __ | |.-.-.-.| | | |..| |_ | - || _ | -__| || | | || _|| _| |___|| __|_|__|__||||__|

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread ql li
AQM inflexible, overly complex set 2015-07-16 23:02 GMT+08:00 Yousong Zhou yszhou4t...@gmail.com: On Jul 16, 2015 10:40 PM, Steven Barth cy...@openwrt.org wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. Thanks, guys. regards

[OpenWrt-Devel] [PATCH 1/9] brcm2708: improve profiles and image generation

2015-07-16 Thread Álvaro Fernández Rojas
- Add profiles for bcm2708 subtarget. - Check subtarget for image generation. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: resend .../linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 22 ++ .../brcm2708/bcm2709/profiles/RaspberryPi2.mk | 12

[OpenWrt-Devel] [PATCH 3/9] brcm2708: split target config into subtargets

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: resend target/linux/brcm2708/bcm2708/config-3.18| 326 target/linux/brcm2708/bcm2708/config-default | 4 - target/linux/brcm2708/bcm2709/config-3.18| 358 +++

[OpenWrt-Devel] [PATCH 2/9] brcm2708: remove unneeded base-files

2015-07-16 Thread Álvaro Fernández Rojas
Device tree exports board name/model and device LEDs. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- .../brcm2708/base-files/etc/uci-defaults/01_leds | 11 --- target/linux/brcm2708/base-files/lib/brcm2708.sh | 36 --

[OpenWrt-Devel] [PATCH 8/9] brcm2708: switch to linux 4.1

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: resend target/linux/brcm2708/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 015aa9c..6d8aba0 100644 ---

[OpenWrt-Devel] [PATCH 7/9] brcm2708: override disabled device tree module status from config.txt

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: separate patch into modules and config.txt target/linux/brcm2708/image/config.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/brcm2708/image/config.txt b/target/linux/brcm2708/image/config.txt index

[OpenWrt-Devel] [PATCH 5/9] generic: add missing linux 4.1 symbols

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: resend target/linux/generic/config-4.1 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 0712808..2dd4071 100644 --- a/target/linux/generic/config-4.1

[OpenWrt-Devel] [PATCH 9/9] brcm2708: add Raspberry Pi Compute Module support

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: resend target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 8 target/linux/brcm2708/image/Makefile | 2 ++ 2 files changed, 10 insertions(+) diff --git

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Yousong Zhou
On Jul 16, 2015 10:40 PM, Steven Barth cy...@openwrt.org wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. Thanks, guys. regards yousong ___ __ | |.-.-.-.|

[OpenWrt-Devel] [PATCH 6/9] brcm2708: add upstream (bcm2835) modules and improve downstream ones (bcm2708)

2015-07-16 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: separate patch into modules and config.txt target/linux/brcm2708/modules.mk | 71 +--- 1 file changed, 60 insertions(+), 11 deletions(-) diff --git a/target/linux/brcm2708/modules.mk

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Arturo Rinaldi
please give me the exact *git commit HASH* of 15.05-rc3. I need to make my own snapshot based on that. Kind Regards, Arturo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread John Crispin
On 16/07/2015 18:59, Arturo Rinaldi wrote: please give me the exact *git commit HASH* of 15.05-rc3. I need to make my own snapshot based on that. Kind Regards, Arturo 171f0fd10830acd3259f7c229f1b65b95595f388 ___ openwrt-devel mailing list

[OpenWrt-Devel] Chaos Calmer 15.05 package build failures in SDK

2015-07-16 Thread Daniel Golle
On Thu, Jul 16, 2015 at 04:39:58PM +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. ... CHAOS CALMER (15.05 RC3) I also noticed that the SDK is still broken: * feeds.conf.default is missing git-src base

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Arturo Rinaldi
after running the git 'reset' command : /$ git reset --hard 171f0fd10830acd3259f7c229f1b65b95595f388/ in the trunk directory returns me : / //fatal: Could not parse object '171f0fd10830acd3259f7c229f1b65b95595f388' /is by any chance the right commit the one updating openssl to v1.0.2.d ?

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Daniel Golle
On Thu, Jul 16, 2015 at 04:39:58PM +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. ... ** Improvements since RC 2 ** * brcmfmac: support for BCM43602 * mt76: updated version with new firmware support, TX DMA fixes

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread John Crispin
On 16/07/2015 18:31, Daniel Golle wrote: On Thu, Jul 16, 2015 at 04:39:58PM +0200, Steven Barth wrote: The OpenWrt developers are proud to announce the third release candidate of OpenWrt Chaos Calmer. ... ** Improvements since RC 2 ** * brcmfmac: support for BCM43602 * mt76: updated

Re: [OpenWrt-Devel] router with home automation extension

2015-07-16 Thread chrono
Can anyone point me a direction on how to setup an openwrt  using a normal PC rather than goto the target hardware for development?  http://wiki.openwrt.org/doc/howto/build should get you started ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Sebastian Moeller
Hi, great news the RC3 announcement. thanks a lot. On Jul 16, 2015, at 17:11 , ql li gxfc...@gmail.com wrote: AQM inflexible, overly complex set Could you elaborate a bit? Which AQM system do you find inflexible, qos-scripts or sqm-scripts? Complex to set up, I wonder? Both systems

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Steven Barth
Does this Fixed broken IPv6 downstream DHCPv6-PD and onlink-route handling fix the issue with loosing the default gateway for IPv6 and only fixing when you reboot the router ? I haven't heard of such an issue. This might be something specific to your ISP which is outside of our range or maybe

[OpenWrt-Devel] router with home automation extension

2015-07-16 Thread Kf Lee
Hi, I  am new to this platform and is trying to set up the openwrt so that I can try to add the home automation gateway program that we are developing.  The program would do : 1) it uses tcpip socket so that the phone with wifi can control the home devies via gateway,2) it  uses usb to control

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3

2015-07-16 Thread Fernando Frediani
Cool. Does this Fixed broken IPv6 downstream DHCPv6-PD and onlink-route handling fix the issue with loosing the default gateway for IPv6 and only fixing when you reboot the router ? Fernando On 16/07/2015 11:39, Steven Barth wrote: The OpenWrt developers are proud to announce the third

Re: [OpenWrt-Devel] [PATCH] hostapd: fix #18197, no auth server (BB)

2015-07-16 Thread Leon Merten Lohse
On 07/16/2015 03:54 PM, Felix Fietkau wrote: The patch is line wrapped. Please fix and resend. Hope this works now. Leon diff --git a/package/network/services/hostapd/patches/700-radius_reconnect.patch b/package/network/services/hostapd/patches/700-radius_reconnect.patch new file mode

[OpenWrt-Devel] [PATCH 2/2] sunxi: respect CONFIG_TARGET_IMAGES_GZIP

2015-07-16 Thread Matthias Schiffer
The ext4 images are huge uncompressed. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- target/linux/sunxi/image/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 19ab935..d3f4409

Re: [OpenWrt-Devel] [PATCH] buildroot: improve git submodule handling for packages

2015-07-16 Thread Darik Horn
-Original Message- From: Felix Fietkau [mailto:n...@openwrt.org] Sent: Wednesday, July 15, 2015 04:09 To: Darik Horn dajh...@vanadac.com; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] buildroot: improve git submodule handling for packages Patch is badly