![]() |
HowTo.DebianOptware HistoryHide minor edits - Show changes to markup September 24, 2009, at 09:54 PM
by --
Changed lines 5-6 from:
to:
Changed line 11 from:
to:
September 24, 2009, at 09:53 PM
by --
Changed lines 12-21 from:
@] to:
@]
# /opt/bin/ipkg update You can then use "/opt/bin/ipkg install target". If you want to use just ipkg install, add /opt/bin to your PATH. You will probably find this useful, but beware of duplicate named programs! September 24, 2009, at 09:52 PM
by -- Update
Changed line 3 from:
to:
Changed line 9 from:
to:
Changed line 11 from:
sed -i -e '/^dest root/i src local http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/' /opt/etc/ipkg.conf to:
September 24, 2009, at 09:51 PM
by -- Created
Added lines 1-12:
To run Optware on Debian 5 armel, follow these instructions. It is useful when you want packages not natively in the Debian package repositories, or want a more up to date version. #wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ipkg-opt_0.99.163-10_arm.ipk #tar -xOvzf ipkg-opt_*_arm.ipk ./data.tar.gz | tar -C / -xzvf -
sed -i -e '/^dest root/i src local http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/' /opt/etc/ipkg.conf |