Changes between Version 1 and Version 2 of ipkupload
- Timestamp:
- 04/12/2018 11:19:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ipkupload
v1 v2 27 27 </div><p> 28 28 </p> 29 <h1 id="GeneratingCompilingIPK">Generating / Compiling IPK </h1>29 <h1 id="GeneratingCompilingIPK">Generating / Compiling IPK Package File for OpenWrt</h1> 30 30 <p> 31 31 To add additional features, one can generate a package file that can then be added to an already running openwrt system. … … 49 49 Example output below: 50 50 </p> 51 <pre class="wiki">r erbstoesser@softdev:/usr/src/rerbstoesser/builds/gateworks-openwrt-12-10/trunk$ make package/feeds/packages/lighttpd/install -j8 V=99 && make package/index51 <pre class="wiki">rx@xdev:rx/builds/gateworks-openwrt-12-10/trunk$ make package/feeds/packages/lighttpd/install -j8 V=99 && make package/index 52 52 make[1] package/feeds/packages/lighttpd/compile 53 53 make[2] -C package/e2fsprogs compile … … 67 67 68 68 </pre><ol start="4"><li>Find the ipk file located at a location such as: 69 </li></ol><pre class="wiki">r erbstoesser@softdev:/usr/src/rerbstoesser/builds/gateworks-openwrt-12-10/trunk$ ls bin/cns3xxx/packages/lighttpd_1.4.28-1_cns3xxx.ipk69 </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 70 70 71 71 </pre><h1 id="InstallIPKFile">Install IPK File</h1>