You can't uninstall it, it's part of the firmware and flashed . What you can do is stop and boot disable it. Then boot enable Entware and its smb server. Use Services->User->Entware for that (Entware init script, BTW is lousy, I use for /mnt/sdb4/opt/etc/init.d/S91smb
---- 8< -------------
#!/bin/sh
ENABLED=yes
PROCS="smbd nmbd"
ARGS="-D"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
mkdir -p /opt/var/log/samba
mkdir -p /opt/var/lib/samba/private
mkdir -p /opt/var/cache/samba
mkdir -p /opt/var/run/samba/ncalrpc
. /opt/etc/init.d/rc.func
---- >8 -----------
What I found faster in Entware samba4 versus Alt-F samba36 is write speed. Don't forget to also install and activate Entware wsdd2
You can reuse all existing samba settings and Alt-F samba configure webUI with Entware samba. With both samba36 and samba4 stopped, do
mv /opt/etc/samba /opt/etc/samba-orig
ln -sf /etc/samba/ /opt/etc/samba/
All the above are tips that might need further adjustment. As said:
Warning: Entware is alien to Alt-F, conflicts might arise.
Packages configuration files have to be manually edited.