本文章最後由 ANDYr12 於 2022年3月28日 17:05 編輯
首先安裝MetaRepository 照下面這個網址做
https://zyxel.diskstation.eu/Users/Mijzelf/zypkg-repo/
完成前面步驟後
su
opkg update
opkg install zyxel-samba-replacement # will automatically pull the samba server
# disable the Entware-ng samba server and script
/opt/etc/init.d/S08samba stop
chmod a-x /opt/etc/init.d/S08samba
# enable and start the replacement script
chmod a+x /opt/etc/init.d/S09ZyXELSambaReplacement
/opt/etc/init.d/S09ZyXELSambaReplacement start |