[LEDE-DEV] [PATCH] samba36: fix bug when firstboot without saving config files.

2018-05-03 Thread Rosy Song
://patchwork.ozlabs.org/patch/892633/ Since it will lost mount point, samba service also generate the options for devices. Signed-off-by: Rosy Song --- package/network/services/samba36/Makefile | 2 - .../network/services/samba36/files/samba.defaults | 60 ++ 2 files

[LEDE-DEV] [PATCH,v2] samba36: add hotplug support

2018-05-01 Thread Rosy Song
Add hotplug handle script for storage devices, this will add corresponding option in the /etc/config/samba file automatically. Signed-off-by: Rosy Song --- package/network/services/samba36/Makefile | 14 .../network/services/samba36/files/lib/samba.sh| 89

[LEDE-DEV] [PATCH] samba36: add hotplug script

2018-04-12 Thread Rosy Song
Add hotplug handle script for storage devices, this will add corresponding option in the /etc/config/samba file automatically. If user do not want this feature, it can be cancel via samba relevant menu option. Signed-off-by: Rosy Song --- package/network/services/samba36/Makefile