twinsquared.ch

HowTo: SVN on a Maxtor Shared Storage Plus

[Note: This post contains outdated information.]

  1. # Prerequisites:
  2. # OpenMSS (http://openmss.org/)
  3.  
  4. echo "src freelamp http://download.freelamp.com/openmss/optware/" >> /opt/etc/ipkg.conf
  5. # or use vi to edit /opt/etc/ipkg.conf
  6.  
  7. ipkg update
  8. ipkg install ipkg-opt
  9. ipkg install busybox-base
  10.  
  11. # before installing busybox-links some links have to be added manually
  12. ln -s /opt/bin/busybox /opt/bin/sort
  13. ln -s /opt/bin/busybox /opt/bin/dirname
  14. ln -s /opt/bin/busybox /opt/bin/head
  15. ln -s /opt/bin/busybox /opt/bin/sed
  16.  
  17. ipkg install busybox-links
  18. ipkg install openssl
  19. ipkg install diffutils
  20. ipkg install neon
  21. ipkg install apr
  22. ipkg install apr-util
  23. ipkg install svn