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 i
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
http://git.openwrt.org/?p=openwrt.git
HI, all
this is another patch to fix libubus's lua memory leak problem (lua stack
corrupted)
Best regards
Signed-off-by:Chen Bin
---
--- a/lua/ubus.c
+++ b/lua/ubus.c
@@ -302,8 +302,9 @@ ubus_method_handler(struct ubus_context
lua_call(state, 2, 1);
if (lua_is
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
---
--- a/lua/uloop.c
+++ b/lua/uloop.c
@@ -77,9 +77,9 @@ static int ul_timer_set(lua_State *L)
static
Hi,
On Wed, Jul 15, 2015 at 10:38 PM, Rafał Miłecki wrote:
> On 15 July 2015 at 18:34, Cezary Jackiewicz
> wrote:
>> This patch adds buttons support for Huawei EchoLife HG553.
>> Changes:
>> - add empty line...
>> - change codes to hexadecimal
>
> You usually want to put version comments in the
On Wed, Jul 15, 2015 at 12:25 PM, John Crispin wrote:
> On 15/07/2015 12:23, Jonas Gorski wrote:
>> On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki wrote:
>>> On 15 July 2015 at 07:05, Cezary Jackiewicz
>>> wrote:
@@ -6,6 +6,25 @@
model = "Huawei EchoLife HG553";
c
(++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 interface
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-Ente
The OpenWrt developers are proud to announce the third release candidate of
OpenWrt Chaos Calmer.
___ __
| |.-.-.-.| | | |..| |_
| - || _ | -__| || | | || _|| _|
|___|| __|_|__|__||||__| |
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
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
On Jul 16, 2015 10:40 PM, "Steven Barth" wrote:
>
> The OpenWrt developers are proud to announce the third release candidate
of OpenWrt Chaos Calmer.
>
Thanks, guys.
regards
yousong
>___ __
> | |.-.-.-.| | | |.--
AQM inflexible, overly complex set
2015-07-16 23:02 GMT+08:00 Yousong Zhou :
>
> On Jul 16, 2015 10:40 PM, "Steven Barth" wrote:
>>
>> The OpenWrt developers are proud to announce the third release candidate
>> of OpenWrt Chaos Calmer.
>>
>
> Thanks, guys.
>
> regards
>
> yousong
- Add profiles for bcm2708 subtarget.
- Check subtarget for image generation.
Signed-off-by: Álvaro Fernández Rojas
---
v2: resend
.../linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 22 ++
.../brcm2708/bcm2709/profiles/RaspberryPi2.mk | 12 +---
target/linux/
Signed-off-by: Álvaro Fernández Rojas
---
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 +++
target/linux/brcm2708/bcm2709/c
Device tree exports board name/model and device LEDs.
Signed-off-by: Álvaro Fernández Rojas
---
.../brcm2708/base-files/etc/uci-defaults/01_leds | 11 ---
target/linux/brcm2708/base-files/lib/brcm2708.sh | 36 --
.../lib/preinit/03_preinit_do_brcm2708.sh | 9
Signed-off-by: Álvaro Fernández Rojas
---
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
+++ b/target/linux
Signed-off-by: Álvaro Fernández Rojas
---
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 9e6e8e9..f66f6bc 10064
Signed-off-by: Álvaro Fernández Rojas
---
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
--- a/target/linux/brcm2708/Makefile
+++ b/target
Signed-off-by: Álvaro Fernández Rojas
---
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 b/target/linux/brcm2708/modul
Signed-off-by: Álvaro Fernández Rojas
---
v2: resend
target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 8
target/linux/brcm2708/image/Makefile | 2 ++
2 files changed, 10 insertions(+)
diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk
b/target/
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 a
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
openwrt-devel@lists.open
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
Hi,
great news the RC3 announcement.
thanks a lot.
On Jul 16, 2015, at 17:11 , ql li 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 have a luci GUI i
> 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 m
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
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:
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
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-de
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 li
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 git:/
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 ?
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
On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi wrote:
> 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
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 1006
The ext4 images are huge uncompressed.
Signed-off-by: Matthias Schiffer
---
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 100644
--- a/target/linux/sunxi/imag
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 Schiff
> -Original Message-
> From: Felix Fietkau [mailto:n...@openwrt.org]
> Sent: Wednesday, July 15, 2015 04:09
> To: Darik Horn ; openwrt-devel@lists.openwrt.org
> Subject: Re: [OpenWrt-Devel] [PATCH] buildroot: improve git submodule
handling for packages
>
> Patch is badly whitespace mangle
38 matches
Mail list logo