cd /opt feed=http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable # This path no longer exists. #feednative=http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/native/unstable ipk_name=`wget -qO- $feed/Packages | awk '/^Filename: ipkg-opt/ {print $2}'` wget $feed/$ipk_name tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf - mkdir -p /opt/etc/ipkg echo "src cross $feed" > /opt/etc/ipkg/feeds.conf #echo "src native $feednative" >> /opt/etc/ipkg/feeds.conf export PATH=/opt/bin:$PATH ipkg update # I don't want mldonkey. #ipkg install mldonkey