[OpenWrt-Devel] [PATCH] mvebu: update dts files for mamba / WRT1900AC

2015-07-18 Thread nyt-openwrt
From: notnyt Fix for default button states in WRT1900AC dts files. This prevents overlay wipe when reset is pressed. More info at: https://forum.openwrt.org/viewtopic.php?pid=282900#p282900 Signed-off-by: Rob Mosher --- target/linux/mvebu/patches-3.18/001-add_mamba_support.patch | 4 ++-- tar

[OpenWrt-Devel] RFC: Preserving smbpasswd & dnsmasq.time across sysupgrade

2015-07-18 Thread Kevin Darbyshire-Bryant
Hi All, Before I go too far ahead with this, a couple of questions. I've noticed smbpasswd is not preserved by default across sysupgrades. Any particular reason why? Similarly I intend to produce a patch to preserve dnsmasq's new timestamp file across sysupgrades too. The next question is how?

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

2015-07-18 Thread Darik Horn
On Fri, Jul 17, 2015 at 3:43 AM, Gert Doering wrote: > > "git send-email" is what you really want. Okay, I will get email access on my development machines. Thanks for looking at the patch nevertheless. ___ openwrt-devel mailing list openwrt-devel@list

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc3 target image for EPG5000

2015-07-18 Thread Christian Beier
> the backported EPG5000 patches caused build errors in the release > branch so i reverted them. due to this EPG5000 support is currently > not part of CC I just cloned git://git.openwrt.org/15.05/openwrt.git, reverted the reverts: http://git.openwrt.org/?p=15.05/openwrt.git;a=commit;h=083654c25

[OpenWrt-Devel] [PATCH] CC: brcm2708: Add gzip image compression

2015-07-18 Thread Bruno Randolf
Signed-off-by: Bruno Randolf --- target/linux/brcm2708/image/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index e70bdd0..633ed88 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brc

Re: [OpenWrt-Devel] [RFC] brcm2708: enable hard float ABI

2015-07-18 Thread Álvaro Fernández Rojas
I agree with you and I can't see the point in keeping CONFIG_SOFT_FLOAT option at all, since it messes toolchain/staging directories (at least as it is right now, but if anyone thinks we should keep it then it needs to be fixed somehow). Let's see what others have to say about that. Regards, Álv

Re: [OpenWrt-Devel] [PATCH] mvebu: update dts files for mamba / WRT1900AC

2015-07-18 Thread Jonas Gorski
On Sat, Jul 18, 2015 at 2:06 AM, wrote: > From: notnyt > > Fix for default button states in WRT1900AC dts files. > This prevents overlay wipe when reset is pressed. > More info at: > https://forum.openwrt.org/viewtopic.php?pid=282900#p282900 > > Signed-off-by: notnyt Please sign off with your

Re: [OpenWrt-Devel] [PATCH] brcm63xx: switch to new image building system

2015-07-18 Thread Jonas Gorski
On Fri, Jul 17, 2015 at 12:09 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas What does this patch do? Why do we want it? Does it change anything in the generated files? Please describe what this patch does/changes. After giving this a test run, I got this warning: ba

[OpenWrt-Devel] [PATCH] CC : ar71xx: Backport Support for the Bitmain Antminer S3

2015-07-18 Thread L. D. Pinney
Backport of r46236 to CC : add support for the Bitmain Antminer S3 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 6 target/lin

Re: [OpenWrt-Devel] [PATCH] dnsmasq bump to dnsmasq2.74rc3

2015-07-18 Thread Kevin Darbyshire-Bryant
On 18/07/15 05:26, Steven Barth wrote: > I don't think we should be tracking RCs any longer. I did this for 2.73 > mainly due to the security exploit and there not being a stable update, > plus DNSSEC was pretty screwed before that. I think we should go back to > backporting individual fixes via pa