trepmag/ds213j-optware-bootstrap

add compability for DS214

Opened this issue · 2 comments

Thx for this snippet, saved my life!

You could add a DS214 as compatible with your manual. Just tested, seems to work fine and ipkg is installing stuff like expected.

I’m trying to do the same (with my DS214), but it doesn’t seem to be working for me (if I ssh to my DS and type ipkg I get -ash: ipkg: not found). How did you do it? I followed the instructions exactly from Create optware root directory and then I restarted the DS...
I didn’t really understand the first three paragraphs, so maybe I missed something? What can I do to debug? 

you should add the path variable to your ssh users .profile like this:

PATH=/opt/bin:/opt/sbin:$PATH >> ~/.profile

and then you can just reconnect ssh or

source ~/.profile

Hope it solves your issues

Hey there!

see comment on github plz:
#2 (comment)

Am 14.01.14 21:59, schrieb Martin Eneqvist:

Hey @alberthild https://github.com/alberthild!
I’m trying to do the same (with my DS214), but it doesn’t seem to be
working for me (if I ssh to my DS and type |ipkg| I get |-ash: ipkg:
not found|). How did you do it? I followed the instructions exactly
from Create optware root directory
https://github.com/trepmag/ds213j-optware-bootstrap#create-optware-root-directory
and then I restarted the DS...
I didn’t really understand the first three paragraphs, so maybe I
missed something? What can I do to debug?


Reply to this email directly or view it on GitHub
#2 (comment).