Hey Alvaro, when you find this kind of documentation mistakes that are very easy to correct, you could help us a lot if you just click on the "edit" icon on github, fix the issue yourself and open a pull request, eg: https://github.com/openwisp/openwisp-config/edit/master/README.rst Wanna try this?
Regarding the location of the custom image, you will find it in the "bin" directory, depending on which targets you compiled there are more subdirectories, and there may be many images, one for each device you are compiling for. Which targets (aka architectures) did you compile for? Federico On Wed, Mar 15, 2017 at 7:14 PM Alvaro Mendez <[email protected]> wrote: > Hi guys, > > i am trying to compile a custom LEDE following this link: > > > https://github.com/openwisp/openwisp-config/#compiling-a-custom-lede-openwrt-image > > first: > > you need to change this line: > > echo "CONFIG_TARGET_$arch=y" > .configecho > "CONFIG_PACKAGE_openwisp-config-openssl=y" >> .config*echo > "CONFIG_LIBCURL_OPENSSL=y" > .config* > > with this: > > echo "CONFIG_TARGET_$arch=y" > .configecho > "CONFIG_PACKAGE_openwisp-config-openssl=y" >> .config*echo > "CONFIG_LIBCURL_OPENSSL=y" >> .config* > > > second: > > after a couple hours and after running > > make -j1 V=s > > (need to run any other command?) > > > i don't know where is my custom image.... > > please tell me! hahahaha best regards. > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
