aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/samba36/files/samba.hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/samba36/files/samba.hotplug')
-rw-r--r--package/network/services/samba36/files/samba.hotplug11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/services/samba36/files/samba.hotplug b/package/network/services/samba36/files/samba.hotplug
new file mode 100644
index 0000000000..9c6dbe5e41
--- /dev/null
+++ b/package/network/services/samba36/files/samba.hotplug
@@ -0,0 +1,11 @@
+. /lib/samba/samba.sh
+
+samba_dev_filter $DEVNAME
+[ "$FLAG_DEV_TYPE" = "not-mtd" ] || exit
+
+config_load samba
+case $ACTION in
+ add) samba_add_section $DEVNAME;;
+ remove) samba_delete_section $DEVNAME;;
+esac
+uci commit samba