<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenWRT 18.06 no have some packages]]></title><description><![CDATA[<p dir="auto">OpenWRT 18.06 not have the following packages:</p>
<p dir="auto">-nano<br />
-php7-mod-mcrypt</p>
<p dir="auto">Please help</p>
<p dir="auto">Best regards</p>
]]></description><link>http://community.onion.io/topic/3515/openwrt-18-06-no-have-some-packages</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 04:02:33 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/3515.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Mar 2019 22:46:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Sun, 10 Mar 2019 22:46:28 GMT]]></title><description><![CDATA[<p dir="auto">OpenWRT 18.06 not have the following packages:</p>
<p dir="auto">-nano<br />
-php7-mod-mcrypt</p>
<p dir="auto">Please help</p>
<p dir="auto">Best regards</p>
]]></description><link>http://community.onion.io/post/19137</link><guid isPermaLink="true">http://community.onion.io/post/19137</guid><dc:creator><![CDATA[Adrian Aguirre]]></dc:creator><pubDate>Sun, 10 Mar 2019 22:46:28 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Mon, 11 Mar 2019 00:40:28 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, I can't get nano anymore either.</p>
]]></description><link>http://community.onion.io/post/19139</link><guid isPermaLink="true">http://community.onion.io/post/19139</guid><dc:creator><![CDATA[oliolioli]]></dc:creator><pubDate>Mon, 11 Mar 2019 00:40:28 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Mon, 11 Mar 2019 13:52:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6029">@Adrian-Aguirre</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4405">@oliolioli</a> For example on FW <strong>v0.3.2 b218</strong> edit the <em>'/etc/opkg/distfeeds.conf'</em> file and enable / uncomment the fifth (5th) line:<br />
src/gz openwrt_packages <a href="http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages" rel="nofollow">http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages</a></p>
<pre><code>root@Omega-99A5:/# cat /etc/opkg/distfeeds.conf
#src/gz openwrt_core http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages
#src/gz openwrt_base http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/base
#src/gz openwrt_luci http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/luci
#src/gz openwrt_onion http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/onion
src/gz openwrt_packages http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages
#src/gz openwrt_routing http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/routing
#src/gz openwrt_telephony http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/telephony
src/gz omega2_core http://repo.onioniot.com/omega2/packages/core
src/gz omega2_base http://repo.onioniot.com/omega2/packages/base
src/gz omega2_packages http://repo.onioniot.com/omega2/packages/packages
src/gz omega2_routing http://repo.onioniot.com/omega2/packages/routing
src/gz omega2_onion http://repo.onioniot.com/omega2/packages/onion

root@Omega-99A5:/# opkg update
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
 ...

root@Omega-99A5:/# opkg list | grep -i nano
nano - 3.2-1 - Nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.

root@Omega-99A5:/# opkg list | grep -i php7
 ...

</code></pre>
<p dir="auto">BTW There isn't / I can not find <em>'php7-mod-mcrypt'</em>.</p>
<hr />
<p dir="auto">You could edit <em>'/etc/opkg/distfeeds.conf'</em> - for example - whith <strong>vi</strong>.</p>
<p dir="auto">If you are not familiar with <strong>vi</strong> than you could run these commands - for example -</p>
<ul>
<li>to enable / uncomment the fifth (5th) line:<br />
<code>sed -i '5s/^#//' /etc/opkg/distfeeds.conf</code><br />
<code>opkg update</code></li>
<li>or to disable / comment out the fifth (5th) line:<br />
<code>sed -i '5s/^/#/' /etc/opkg/distfeeds.conf</code><br />
<code>opkg update</code></li>
<li>You could "restore" the original file with:<br />
<code>cp /etc/opkg/distfeeds.conf.new /etc/opkg/distfeeds.conf</code><br />
<code>opkg update</code></li>
</ul>
<p dir="auto">Good luck.</p>
]]></description><link>http://community.onion.io/post/19140</link><guid isPermaLink="true">http://community.onion.io/post/19140</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Mon, 11 Mar 2019 13:52:27 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Thu, 14 Mar 2019 17:43:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a></a> said in <a href="/post/19140">OpenWRT 18.06 no have some packages</a>:</p>
<blockquote>
<p dir="auto">php7-mod-mcrypt</p>
</blockquote>
<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a></a></p>
<p dir="auto">I add the next line</p>
<h1>add your custom package feeds here</h1>
<p dir="auto"><a href="http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/" rel="nofollow">http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/</a></p>
<p dir="auto">Next:</p>
<p dir="auto">opkg update<br />
opkg install nano</p>
<p dir="auto">Installing nano (3.2-1) to root...<br />
Downloading <a href="http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages//nano_3.2-1_mipsel_24kc.ipk" rel="nofollow">http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages//nano_3.2-1_mipsel_24kc.ipk</a><br />
Collected errors:</p>
<ul>
<li>opkg_install_cmd: Cannot install package nanoopkg.</li>
<li>opkg_install_cmd: Cannot install package install.</li>
<li>satisfy_dependencies_for: Cannot satisfy the following dependencies for nano:</li>
<li>
<pre><code> libncurses6 *
</code></pre>
</li>
<li>opkg_install_cmd: Cannot install package nano.</li>
</ul>
<p dir="auto"><img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
<p dir="auto">Best regards</p>
]]></description><link>http://community.onion.io/post/19190</link><guid isPermaLink="true">http://community.onion.io/post/19190</guid><dc:creator><![CDATA[Adrian Aguirre]]></dc:creator><pubDate>Thu, 14 Mar 2019 17:43:15 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Thu, 14 Mar 2019 20:57:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6029">@Adrian-Aguirre</a> Did you read my post? I wrote (if you want to install nano):</p>
<ul>
<li>enable / uncomment the appropriate line of the <em>'/etc/opkg/distfeeds.conf'</em> file<br />
for example on FW <strong>v0.3.2 b218</strong> this is the fifth (5th) line</li>
<li>run <code>opkg update</code></li>
<li>I'm sorry,  I forgot to write (because I thought it's obvious)<br />
run <code>opkg install nano</code></li>
</ul>
<p dir="auto">And I really did not find the OpenWrt 18.06 'php7-mod-mcrypt' package (2019-03-11).<br />
See also: OpenWrt <a href="https://openwrt.org/packages/start" rel="nofollow">Packages</a></p>
<p dir="auto">Best regards. <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/19192</link><guid isPermaLink="true">http://community.onion.io/post/19192</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Thu, 14 Mar 2019 20:57:24 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Fri, 15 Mar 2019 12:49:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a></p>
<blockquote>
<p dir="auto">And I really did not find the OpenWrt 18.06 'php7-mod-mcrypt' package (2019-03-11).<br />
See also: OpenWrt <a href="https://openwrt.org/packages/start" rel="nofollow">Packages</a></p>
</blockquote>
<p dir="auto">I was interested in uncovering where it went and found this in the OpenWrt 18.06 php7 package changelogs for the php7.2.0 commit:</p>
<blockquote>
<p dir="auto">Also drop mcrypt module as it's deprecated.</p>
</blockquote>
<p dir="auto"><a href="https://git.openwrt.org/?p=feed/packages.git;a=commit;h=1d1d67e0b948ef50eb04fd25e616a350c9963529" rel="nofollow">php7: update to 7.2.0</a></p>
<p dir="auto">So <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6029">@Adrian-Aguirre</a> I suppose you will have to review why it was deprecated and what the current best practises are around using the mcrypt functionality.<br />
[edit]<br />
<a href="http://php.net/manual/en/migration71.deprecated.php" rel="nofollow">Deprecated features in PHP 7.1.x</a><br />
<a href="http://php.net/manual/en/migration72.other-changes.php" rel="nofollow">Migrating from PHP 7.1.x to PHP 7.2.x -&gt; Other changes</a><br />
[/edit]</p>
]]></description><link>http://community.onion.io/post/19198</link><guid isPermaLink="true">http://community.onion.io/post/19198</guid><dc:creator><![CDATA[cas]]></dc:creator><pubDate>Fri, 15 Mar 2019 12:49:43 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWRT 18.06 no have some packages on Sat, 16 Mar 2019 08:46:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6029">@Adrian-Aguirre</a> You may modify also the <em>'/etc/opkg/customfeeds.conf'</em> file and can use also OpenWrt <em>'snapshots'</em> of course.</p>
<p dir="auto"><a href="https://openwrt.org/docs/guide-quick-start/developmentinstallation" rel="nofollow">Installing OpenWrt development snapshots</a><br />
In a nutshell:<br />
Q: I am a standard consumer, do I want a development snapshot firmware?<br />
A: <strong>No!</strong></p>
<p dir="auto">In detail: <a href="https://openwrt.org/releases/snapshot" rel="nofollow">Development builds / snapshots</a></p>
<p dir="auto"><a href="https://openwrt.org/packages/pkgdata/nano" rel="nofollow">nano</a> Version: 3.2-1<br />
Dependencies: libc, libssp, libncurses</p>
<p dir="auto">So - I think - it's much more simple to use the usual method.</p>
<p dir="auto">Good luck.</p>
]]></description><link>http://community.onion.io/post/19199</link><guid isPermaLink="true">http://community.onion.io/post/19199</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sat, 16 Mar 2019 08:46:56 GMT</pubDate></item></channel></rss>