Template:Networking device compiling a single package: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
<ol> | <ol> | ||
<li>While standing in root directory of the project execute this command in the terminal: | <li>While standing in root directory of the project execute this command in the terminal: | ||
make package/{{{package_name}}}/compile</li> | <pre>make package/{{{package_name}}}/compile</pre></li> | ||
[[File:{{{package_compile_file}}}]] | [[File:{{{package_compile_file}}}]] | ||
<li>The compiled package can be found in the directory <b>{{{compiled_package_path}}}</b>. Upload the <b>{{{package_name}}}</b> install file into the router by executing this command in the terminal: | <li>The compiled package can be found in the directory <b>{{{compiled_package_path}}}</b>. Upload the <b>{{{package_name}}}</b> install file into the router by executing this command in the terminal: | ||