thank you for your responds.
well I attempted to do so all ready, but
- Code: Select all
ipkg list | grep sudo
showed no result.
But i now know why, I didn't have the right repository(s) for ipkg.
Here is how one fix this, in case someone else wanna know.
But remember, to read the disclaimer regarding modifying your Synology Product before you do anything else.
You will need to have ipkg installed on the unit you like to modify (this is not covered below)
For ARM based Synology products:
add
- Code: Select all
src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/
to your repository list (/opt/etc/ipkg.conf)
For PowerPc based Synology products:
add
- Code: Select all
src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/
to your repository list (/opt/etc/ipkg.conf)
then do.
- Code: Select all
ipkg update