![]() |
What is Optware?The Optware package system was originally created to accompany the Unslung firmware for the NSLU2 (originally the packages were called Unslung packages). It has since been expanded to cover a variety of other platforms. However, much of the documentation hasn't been updated so you may still see references to Unslung and the NSLU2 when the information also applies to other platforms. PackagesSee the Packages page for more information about the available packages. Optware platformsOptware packages currently run on the following devices:
And many more... You can get more information about the hardware from each device at the Platforms page. Manually setup Optware on a device
# feed=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/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
# export PATH=/opt/bin:$PATH # ipkg update # ipkg install nano less # ipkg list | less
|