Commits

Peter Korsgaard committed 97c02f65cb1
ezxml: disable mmap code for nommu Fixes: http://autobuild.buildroot.net/results/8e1/8e10052a0d0ad4f47622925349ec5fddb7b672f0/ http://autobuild.buildroot.net/results/2f1/2f15b81beadd2d902c73d6d8bd7fb06b03f62ef5/ The mmap support uses madvise which isn't available on nommu uClibc, so disable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>