Re: [OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-09-25 Thread Felix Fietkau
On 2014-09-18 10:56, Christian Schoenebeck wrote: From: Christian Schoenebeck christian.schoeneb...@gmail.com Date: Sun, 20 Jul 2014 10:48:50 +0200 Subject: [PATCH] [package] ca-certificates: create symbolic link for certificate hashes Implementing add-cert.sh functionality described at

Re: [OpenWrt-Devel] [PATCH 3/4] Run c_hash on the certificates

2014-09-25 Thread Cristian Morales Vega
OK, I found your patch. Sorry, I just registered in the list and didn't look as far back as July. I also see that openssl is supposed to be installed, so there is not need to build it for the host. The extension thing was only because of the c_rehash script. If you crate the hashes manually there

Re: [OpenWrt-Devel] Move Apple devices stuff (libimobiledevice, usbmuxd, libusbmuxd, libplist) to github

2014-09-25 Thread Łukasz Baj
Done. Pull request has been created. https://github.com/openwrt/packages/pull/355 On Wed, Sep 24, 2014 at 11:30 PM, Hauke Mehrtens ha...@hauke-m.de wrote: On 09/24/2014 10:57 PM, Łukasz Baj wrote: Right now these libraries are in oldpackages repository. Currently I'm working with some

Re: [OpenWrt-Devel] [PATCH] Unexport GPIO fix for ramips

2014-09-25 Thread Gerhard Bertelsmann
Hi, please find attached the patch for the existing patch file: Add missing code to free GPIO on Ralink SoC Signed-off-by: schi...@ibr.cs.tu-bs.de Acked-by: i...@gerhard-bertelsmann.de --- a/target/linux/ramips/patches-3.14/0047-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch +++

Re: [OpenWrt-Devel] [PATCH 4/4] Make curl use the system certificates

2014-09-25 Thread Cristian Morales Vega
On 25 September 2014 11:38, Felix Fietkau n...@openwrt.org wrote: On 2014-09-24 16:15, Cristian Morales Vega wrote: Signed-off-by: Cristian Morales Vega crist...@samknows.com Committed in r42661, thanks. - Felix Ups, no! I wanted Christian Schoenebeck confirmation first. But I was supposed

[OpenWrt-Devel] [PATCH] [kernel/brcm2708] fix for raspberry pi b+

2014-09-25 Thread Morris Winkler
I attached a fix for package/kernel/brcm2708-gpu-fw/ that i diffed against 14.07 from git.openwrt.org it just patches the Makefile to download a newer source revision from https://github.com/Hexxeh/rpi-firmware/archive/ i tested that on a raspberry pi b and a b+, i don't have a a version

Re: [OpenWrt-Devel] [PATCH 3/4] Run c_hash on the certificates

2014-09-25 Thread Christian Schoenebeck
Am 25.09.2014 um 12:24 schrieb Cristian Morales Vega: On 24 September 2014 21:40, Christian Schoenebeck christian.schoeneb...@gmail.com wrote: curl and wget works fine with this as long as they have hashes to look at. I tried and if I don't build curl with --with-ca-path this command (curl

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-09-25 Thread Alive
X-Patchwork-Id: 6322 Message-Id: blu437-smtp18d6698761b98124aca899e4...@phx.gbl Is there any chance for my proposed patch to be committed? http://patchwork.openwrt.org/patch/6322/ Here is a brief comparison about binary and package size increase. Tested on AR9330, mips, TL MR3220v2 Before

Re: [OpenWrt-Devel] wireless scan/add functioning wrong on my MTK7620n board

2014-09-25 Thread 张钊
It seems that the weird reboot was caused by the power adapter I used, it cannot provide enough power output, after changing it the board went normal, but that warning is still there on UART Console when I add multiple SSID from Luci interface. Maybe next time the board reboot without any

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-09-25 Thread Catalin Patulea
What's the motivation for this change? On Thu, Sep 25, 2014 at 11:43 AM, Alive alive4e...@live.com wrote: X-Patchwork-Id: 6322 Message-Id: blu437-smtp18d6698761b98124aca899e4...@phx.gbl Is there any chance for my proposed patch to be committed? http://patchwork.openwrt.org/patch/6322/ Here

[OpenWrt-Devel] [PATCH] iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs

2014-09-25 Thread Forest Crossman
The AR9580 with the new ID can be found in the EnGenius ESR900 and the QCA9880 without any subsystem IDs can be found in the EnGenius ESR1750. Signed-off-by: Forest Crossman cyro...@gmail.com --- package/network/utils/iwinfo/src/hardware.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OpenWrt-Devel] [PATCH] ar71xx: add LED defaults for the EnGenius ESR1750

2014-09-25 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index

[OpenWrt-Devel] [PATCH] [package]base-files: default_postinst() force clear luci-indexcache

2014-09-25 Thread Christian Schoenebeck
Inside every LuCI package you need to clear luci-indexcache and sometimes when installing non LuCI pacakges it's also needed to clear it. Easier put it into default_postinst(). Signed-off-by: Christian Schoenebeck christian.schoeneb...@gmail.com --- package/base-files/files/lib/functions.sh | 1