Changes between Version 1 and Version 2 of ipkupload


Ignore:
Timestamp:
04/12/2018 11:19:29 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

cleanup title

Legend:

Unmodified
Added
Removed
Modified
  • ipkupload

    v1 v2  
    2727</div><p>
    2828</p>
    29 <h1 id="GeneratingCompilingIPK">Generating / Compiling IPK</h1>
     29<h1 id="GeneratingCompilingIPK">Generating / Compiling IPK Package File for OpenWrt</h1>
    3030<p>
    3131To add additional features, one can generate a package file that can then be added to an already running openwrt system.
     
    4949Example output below:
    5050</p>
    51 <pre class="wiki">rerbstoesser@softdev:/usr/src/rerbstoesser/builds/gateworks-openwrt-12-10/trunk$ make package/feeds/packages/lighttpd/install -j8 V=99 &amp;&amp; make package/index
     51<pre class="wiki">rx@xdev:rx/builds/gateworks-openwrt-12-10/trunk$ make package/feeds/packages/lighttpd/install -j8 V=99 &amp;&amp; make package/index
    5252 make[1] package/feeds/packages/lighttpd/compile
    5353 make[2] -C package/e2fsprogs compile
     
    6767
    6868</pre><ol start="4"><li>Find the ipk file located at a location such as:
    69 </li></ol><pre class="wiki">rerbstoesser@softdev:/usr/src/rerbstoesser/builds/gateworks-openwrt-12-10/trunk$ ls bin/cns3xxx/packages/lighttpd_1.4.28-1_cns3xxx.ipk
     69</li></ol><pre class="wiki">rx@xdev:rx/builds/gateworks-openwrt-12-10/trunk$ ls bin/cns3xxx/packages/lighttpd_1.4.28-1_cns3xxx.ipk
    7070
    7171</pre><h1 id="InstallIPKFile">Install IPK File</h1>