OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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