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