Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:optware 2010/01/27 19:15 | howto:optware 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Taken from [[http://forum.dsmg600.info/t1797-%5Bannounce%5D-optware-dns323-build-1000%2B-ipk%27s.html|[announce] optware/dns323 to build 1000+ ipk's by bzhou]].\\ \\ | + | Taken from [[http://dns323.kood.org/forum/t1797-%5Bannounce%5D-optware-dns323-build-1000%2B-ipk%27s.html|[announce] optware/dns323 to build 1000+ ipk's by bzhou]].\\ \\ |
| This guide installs ipkg, a method to install packages built to run on the dns-323. There are quite a few now, check them out [[http://ipkg.nslu2-linux.org/feeds/optware/dns323/cross/unstable/|here]]\\ | This guide installs ipkg, a method to install packages built to run on the dns-323. There are quite a few now, check them out [[http://ipkg.nslu2-linux.org/feeds/optware/dns323/cross/unstable/|here]]\\ | ||
| First you will need to enable telnet access to your DNS323:\\ | First you will need to enable telnet access to your DNS323:\\ | ||
| Line 30: | Line 30: | ||
| The drive mount will not survive a reboot and a symbolic link will not work correctly. Options to fix this are | The drive mount will not survive a reboot and a symbolic link will not work correctly. Options to fix this are | ||
| - | * Option 1 (preferred for fonz fun_plug 0.4 users): See the [[http://forum.dsmg600.info/t2170-funpkg-Optware-support-fonz-fun_plug.html|Optware startup script thread]]. | + | * Option 1 (preferred for fonz fun_plug 0.4 users): See the [[http://dns323.kood.org/forum/t2170-funpkg-Optware-support-fonz-fun_plug.html|Optware startup script thread]]. |
| * Option 2 (always works): add these 2 lines to the end of the fun_plug executable script: | * Option 2 (always works): add these 2 lines to the end of the fun_plug executable script: | ||
| ''<nowiki>mkdir -p /opt</nowiki>\\ | ''<nowiki>mkdir -p /opt</nowiki>\\ | ||
| Line 36: | Line 36: | ||
| (Only for fonz fun_plug 0.5): To make the PATH variable permanent, edit the PATH in your /ffp/etc/profile script. | (Only for fonz fun_plug 0.5): To make the PATH variable permanent, edit the PATH in your /ffp/etc/profile script. | ||
| + | |||
| + | \\ \\ | ||
| + | **WARNING:** The new official firefly plugin (add-on) from Dlink for the DNS-323 which is available with firmware 1.08 also uses /opt as the shortcut folder from root directory. This causes a conflict as both have a /opt/lib and the firefly plugin will overwrite the optware lib files breaking optware on reboot. It seems dependencies are hardcoded in both of these (I was unable to use a different folder by just changing script files) so the solution if both of these are required is to use the fun_plug firefly install instead. | ||