mt76: update to the latest version
[openwrt/staging/jogo.git] / package / network / services / samba36 / files / samba.hotplug
1 . /lib/samba/samba.sh
2
3 samba_dev_filter $DEVNAME
4 [ "$FLAG_DEV_TYPE" = "not-mtd" ] || exit
5
6 config_load samba
7 case $ACTION in
8 add) samba_add_section $DEVNAME;;
9 remove) samba_delete_section $DEVNAME;;
10 esac
11 uci commit samba