mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
|
. /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
|