Easycwmp install

Hi all,

I'm trying to install easycwmp as built-in part of a firmware image. At first I was getting errors about the hash. So I've been using the command 'make -j1 V=s PKG_HASH=skip'.

I then get the following output,

make[5]: Leaving directory '/home/router/source/build_dir/target-mipsel_24kc_musl/easycwmp/easycwmp-1.8.6/bin'
make[4]: *** [Makefile:353: all-recursive] Error 1
make[4]: Leaving directory '/home/router/source/build_dir/target-mipsel_24kc_musl/easycwmp/easycwmp-1.8.6'
make[3]: *** [Makefile:109: /home/router/source/build_dir/target-mipsel_24kc_musl/easycwmp/easycwmp-1.8.6/.built] Error 2
make[3]: Leaving directory '/home/router/source/package/easycwmp'
time: package/easycwmp/compile#0.61#0.03#0.64
    ERROR: package/easycwmp failed to build.
make[2]: *** [package/Makefile:116: package/easycwmp/compile] Error 1
make[2]: Leaving directory '/home/router/source'
make[1]: *** [package/Makefile:110: /home/router/source/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/router/source'
make: *** [/home/router/source/include/toplevel.mk:231: world] Error 2

I'm afraid I don't know what I need to do to resolve, I'm new to compiling and openwrt. Any advice would be appreciated.