[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 --- package/base-files/files/lib/functions.sh | 1 + 1 file changed, 1 insertion(+

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

2014-09-25 Thread Forest Crossman
Signed-off-by: Forest Crossman --- 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 d104f40..275bf4a 100755 ---

[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 --- package/network/utils/iwinfo/src/hardware.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/ut

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 wrote: > X-Patchwork-Id: 6322 > Message-Id: > > 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 increa

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

2014-09-25 Thread Yousong Zhou
hi On 26 September 2014 02:36, 张钊 wrote: > 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.

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 kernel

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

2014-09-25 Thread Sam Mei
Could you detail the steps so I can make a test on my 7620n board? I have build a wrtnode version for my 7620n router, and looks like everything runs well. sam > 在 2014年9月25日,13:04,Yousong Zhou 写道: > >> On 25 September 2014 12:06, 张钊 wrote: >> I’ve built a firmware from git.openwrt.org/open

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

2014-09-25 Thread Alive
X-Patchwork-Id: 6322 Message-Id: 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 applying sha2-hmac patch root@OpenWrt:~# du -sh $(wh

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 > 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 https://www.google.com";

[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 he

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

2014-09-25 Thread Felix Fietkau
On 2014-09-25 12:44, Cristian Morales Vega wrote: > On 25 September 2014 11:38, Felix Fietkau wrote: >> On 2014-09-24 16:15, Cristian Morales Vega wrote: >>> Signed-off-by: Cristian Morales Vega >> Committed in r42661, thanks. >> >> - Felix > > Ups, no! > I wanted Christian Schoenebeck confirmat

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 wrote: > On 2014-09-24 16:15, Cristian Morales Vega wrote: >> Signed-off-by: Cristian Morales Vega > Committed in r42661, thanks. > > - Felix Ups, no! I wanted Christian Schoenebeck confirmation first. But I was supposed to do a second version of this pa

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

2014-09-25 Thread Felix Fietkau
On 2014-09-24 16:15, Cristian Morales Vega wrote: > Signed-off-by: Cristian Morales Vega Committed in r42661, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

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

2014-09-25 Thread Cristian Morales Vega
On 24 September 2014 21:40, Christian Schoenebeck 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 https://www.google.com";) fails. It works for you??? As far as I understand curl would n

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 +++ b/targ

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 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 project which us

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 th

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 > 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 > http://wiki.openwrt.org