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.

Reply via email to