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, 0 insertions, 11 deletions
diff --git a/package/network/services/samba36/files/samba.hotplug b/package/network/services/samba36/files/samba.hotplug
deleted file mode 100644
index 9c6dbe5e41..0000000000
--- a/package/network/services/samba36/files/samba.hotplug
+++ /dev/null
@@ -1,11 +0,0 @@
-. /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