Re: [OpenWrt-Devel] block info and DISK_MEDIA_CHANGE events

2016-02-20 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Crispin wrote: > > > On 19/02/2016 18:00, Karl Palsson wrote: > > Hi, > > > > I'm trying to get "block mount" to behave well when a microSD > > card is removed/inserted from a fixed USB card reader. I've > > compiled the uevent-hotplug debugge

[OpenWrt-Devel] openwrt.org down ?

2016-02-20 Thread smilebef
I need access to the server... ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] uci_lookup_ptr() seg fault

2016-02-20 Thread bkil
You can investigate a core dump file using gdb or an IDE to review the call stack and variables (extra useful if compiled with -g and -O0). You may need to enable core dumping like so: http://www.idimmu.net/2013/06/21/enable-linux-core-dump/ http://www.akadia.com/services/ora_enable_core.html By

Re: [OpenWrt-Devel] [PATCH 2/5] lantiq/xrx200-net: fix PCE_MAPx handling

2016-02-20 Thread Felix Fietkau
On 2016-02-18 14:13, Martin Schiller wrote: > Remove unnecessary MPMAP (PCE_MAP1) initialization and make DMCPMAP (PCE_MAP2) > and UUCMAP (PCE_MAP3) configurable from user space. > > Signed-off-by: Martin Schiller This looks a lot like a low level implementation detail that should not be exposed

Re: [OpenWrt-Devel] [PATCH 2/2] Add support for 'metric' to QMI, NCM, MBIM and DirectIP

2016-02-20 Thread Felix Fietkau
On 2016-02-18 17:53, Bruno Randolf wrote: > On 02/18/2016 04:43 PM, John Crispin wrote: >> ideally this gets handled generically, which wont be easy as these are >> all virtual interfaces. maybe if we just add the code in a generic place >> rather than duplicate it lots of times. > > Ideally - yes