Ahoy,
You'll need an armv4l based distro for binary compatibility -- I don't see one marked armv4l on that list however if v4t is it may work (I believe corza has glibc 2.3.6 and vt4 is marked glibc 2.3.5)
As for getting the shell script to run it looks like you might just need to use bash instead -- if you're running a script (ipkg may just be a shell script, I have not tried it myself) you may need to modify it and make sure the script has a header such as:
i.e. my_command.sh:
Code:
#!/mnt/md1/linux/bin/bash
.. script goes here ..
which will use the bash shell to run the script instead of the busybox ash shell which has a limited number of features and script support.
Cheers,
-CJ

Originally Posted by
ruppertus
When I try:
CORZA-NAS> sh ipkg
I got the following error:
ipkg: 1: Syntax error: word unexpected (expecting ")")
---
When I run ipkg command I've noticed the following logs:
# /opt/bin/ipkg
ash: /opt/bin/ipkg: not found
The question is which Platform should I choose:
http://www.nslu2-linux.org/wiki/Optware/Platforms
or what should I do to make ipkg run?
I've used vt4 repository.