Reply To: Installation on AMS 150 (Fujitsu Siemens)

#12905
rpedde
Participant

@qwertzy0815 wrote:

Ron, meanwhile i found a shell based ipkg here https://dev.openwrt.org/browser/trunk/openwrt/package/base-files/default/bin/ipkg?rev=1494 .

I copied it to the /bin directory, where the busybox tools are located (all the symlinks). I did a chown root ipkg.

It seems to run, but it asks for a /etc/ipkg.conf.

You can *try*:


dest root /
src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/unstable

as an /etc/ipkg.conf

Find a writable directory on your hard drive, and make a directory there, and symlink it to /opt. Then mkdir /opt/bin and drop ipkg.sh into /opt/bin.

You might need to download the openssl.ipk, wget-ssl.ipk, and ipkg.ipk from the feed listed above and manually install them using the ipkg.sh you have.

Once you have that, you should be bootstrapped. do an ipkg update, and try ipkg install mt-daapd. That will get you the *old* mt-daapd.

If you can get that far, let me know, and I’ll make a ppc ipkg for nightlies.

— Ron

Once you have all three of those,