joson 发表于 2017-6-10 21:48:26

在N54L的DSM 5.0上安装ipkg

1、wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap1.2-7i686.xsh
2、sh syno-i686-bootstrap1.2-7i686.xsh
3、提示
Backup your configuration settings, then type:

          rm -rf /volume1/@optware

          rm -rf /usr/lib/ipkg

        This will remove all existing optware packages.

        You must reboot and then restart the bootstrap script.4、需要先备份/volume1/@optware,再按照提示执行删除、重启、重新执行
rm -rf /volume1/@optware
          rm -rf /usr/lib/ipkg
reboot
5、sh syno-i686-bootstrap1.2-7i686.xsh

6、成功,提示
。。。
Successfully terminated.

Creating /opt/etc/ipkg/cross-feed.conf...

Setup complete.

。。。7、试用:
ipkg update

joson 发表于 2017-6-10 22:02:17

还要执行一次连接操作,可以放在vi /etc/rc.local中: mount -o bind /volume1/@optware /opt
页: [1]
查看完整版本: 在N54L的DSM 5.0上安装ipkg