Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: Enhance initramfs support to create chk and alternative nodictionary images

2014-10-13 Thread Rafał Miłecki
On 13 October 2014 00:35, Stephen Parry sgpa...@mainscreen.com wrote: Enhance support for initramfs: - added commands to create chk images for flashing via tftp or stock firmware gui - added commands to generate nodictionary and noloader variants of trx images Signed-off-by: Stephen

[OpenWrt-Devel] cyassl is causing build errors

2014-10-13 Thread Alive4Ever
I've experienced many build errors on bb-14.07 because of cyassl. For your information, cyassl can't be downloaded directly from its official site. There is a form that needs to be filled before Wolfssl allows downloading of cyassl-3.2.0.zip. Any attemt to download cyassl directly will cause

[OpenWrt-Devel] rules for packages for-14.09 branch

2014-10-13 Thread Nikos Mavrogiannopoulos
Hello, What are the rules for updating packages in the for-14.09 branch? Is this branch inactive, or bug fixes and CVEs should get in? regards, Nikos ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] CFE Source Code

2014-10-13 Thread Stephen G. Parry
Hi All, Does anybody know if / how I could get hold of the source code for the specific version of CFE on the WNR3500L? I am seriously tired of trying to get things to work with a bootloader that seems to have 'perverse', 'contrary' and 'broken' as it's middle names. Thanks Stephen Parry

[OpenWrt-Devel] Watchdog support for AR531x and potential lockup

2014-10-13 Thread Sergey Korolew
Hello ! OpenWrt already support watchdog for some Atheros devices (newer ar2315), but still lack support for older ar531x. This topic already opened here: https://lists.openwrt.org/pipermail/openwrt-devel/2008-April/002039.html but without any response from devs. Hope today someone will answer :)

Re: [OpenWrt-Devel] cyassl is causing build errors (Alive4Ever)

2014-10-13 Thread Alive4Ever
On Monday, October 13, 2014 09:49:15 AM openwrt-devel-requ...@lists.openwrt.org wrote: Message: 4 Date: Mon, 13 Oct 2014 14:20:07 +0700 From: Alive4Ever alive4e...@live.com To: OpenWrt Development List openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] cyassl is causing build errors

Re: [OpenWrt-Devel] CFE Source Code

2014-10-13 Thread Rafał Miłecki
On 13 October 2014 09:46, Stephen G. Parry sgpa...@mainscreen.com wrote: Does anybody know if / how I could get hold of the source code for the specific version of CFE on the WNR3500L? I am seriously tired of trying to get things to work with a bootloader that seems to have 'perverse',

Re: [OpenWrt-Devel] Watchdog support for AR531x and potential lockup

2014-10-13 Thread Sergey Korolew
Hello ! 1. Watchdog timer always decrement until zero, it cant be stopped at all. SR Yep, same for AR2315+ SoCs. And if interrupt acknowledged by writing SR one to ISR, then the timer starts counting again from 0x and SR generates another one interrupt. Not for ar531x, timer does not

[OpenWrt-Devel] ffmpeg on au1500 --disable-mips32r2

2014-10-13 Thread Bruno Randolf
Hello again, ffmpeg tries to automatically enable optimizations for the MIPS platform, but for au1500 it automatically enables mips32r2, which this CPU does not support. For now, I could fix the problem by adding --disable-mips32r2 to FFMPEG_CONFIGURE, but again, this is probably not the correct

Re: [OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-13 Thread John Crispin
Hi On 12/10/2014 16:23, Bastian Bittorf wrote: [base-files] failsafe-mode: print short help on commandline Like mentioned in ticket https://dev.openwrt.org/ticket/11911 this should make the IRC much quieter. Failsafe is somehow special and even experienced users are helpless, because they

Re: [OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-13 Thread Bastian Bittorf
* John Crispin blo...@openwrt.org [13.10.2014 21:18]: as before, i like the idea however you claim experienced users need help and then you list /etc/config, passwd and reboot -f also experienced users - this includes the mortal ones. even the best are not used to e.g. 'mount_root' and

Re: [OpenWrt-Devel] [PATCH] [PATCH V2] [boot] /init: allow easier customisation of ramfs boot.

2014-10-13 Thread John Crispin
On 13/10/2014 00:03, Stephen Parry wrote: /init is the first pid 1 process in an initramfs environment. This fix adds lines to check for the existence of /bin/ramfsinit or /sbin/ramfsinit and exec if present. This allows packages to switch root early in the boot process. This will help

Re: [OpenWrt-Devel] Problems with ffmpeg and alsa-lib

2014-10-13 Thread Ted Hess
1 - I will see what I can do to make alsa-lib optional for various configs. 2 - Building alsa-lib has no dependency on the host system's audio setup. The problem you are seeing is indeed a problem with your build environment, and what tools you have installed. More information is needed about

[OpenWrt-Devel] [PATCH] Fix LED definitions for the DRAGINO2 board

2014-10-13 Thread Vittorio G (VittGam)
This patch fixes LED definitions for the DRAGINO2 board. 1. It renames the Router/USB led to System, as it is now marked SYS on the board. 2. It gives control of the LAN and WAN leds and some other GPIOs to Linux. 3. It fixes the active_low property for the LAN and WAN leds. 4. It sets up WLAN,

[OpenWrt-Devel] [PATCH] Add u-APSD and WPA-PSK-file options to hostapd

2014-10-13 Thread Vittorio G (VittGam)
This patch adds uapsd and wpa_psk_file options to hostapd. It also fixes the hostapd_set_bss_options call in mac80211.sh. The uapsd option sets the uapsd_advertisement_enabled flag in hostapd, only if the adapter actually supports the option. The wpa_psk_file offers the possibility to use a

Re: [OpenWrt-Devel] ffmpeg on au1500 --disable-mips32r2

2014-10-13 Thread Florian Fainelli
2014-10-13 9:16 GMT-07:00 Dirk Neukirchen dirkneukirc...@web.de: On 13.10.2014 17:55, Bruno Randolf wrote: Hello again, ffmpeg tries to automatically enable optimizations for the MIPS platform, but for au1500 it automatically enables mips32r2, which this CPU does not support. For now, I

Re: [OpenWrt-Devel] [PATCH] [PATCH V2] [boot] /init: allow easier customisation of ramfs boot.

2014-10-13 Thread Florian Fainelli
2014-10-13 12:44 GMT-07:00 John Crispin blo...@openwrt.org: On 13/10/2014 00:03, Stephen Parry wrote: /init is the first pid 1 process in an initramfs environment. This fix adds lines to check for the existence of /bin/ramfsinit or /sbin/ramfsinit and exec if present. This allows packages

Re: [OpenWrt-Devel] cyassl is causing build errors

2014-10-13 Thread Florian Fainelli
2014-10-13 0:20 GMT-07:00 Alive4Ever alive4e...@live.com: I've experienced many build errors on bb-14.07 because of cyassl. Is there a build log somewhere that shows these build failures or is just download issues at this point? For your information, cyassl can't be downloaded directly from