
config network
	option init 'network'
	list affects 'dhcp'
	list affects 'firewall'
	list affects 'led'

config wireless
	list affects 'network'
	list affects 'thermal'

config firewall
	option init 'firewall'
	list affects 'luci-splash'
	list affects 'qos'
	list affects 'miniupnpd'

config olsr
	option init 'olsrd'

config dhcp
	#option preexec '/etc/init.d/zfingerprint stop'
	option init 'dnsmasq'
	#option exec '/etc/init.d/zfingerprint start'

config dropbear
	option init 'dropbear'

config httpd
	option init 'httpd'

config fstab
	option init 'fstab'

config qos
	option init 'qos'

config system
	list affects 'led'
	list affects 'luci_statistics'
	list affects 'syslogd'
	list affects 'ntpd'

config led
	option init 'led'

config ntpd
	option init 'sysntpd'

config syslogd
	option init 'syslogd'

config luci_splash
	option init 'luci_splash'

config upnpd
	option init 'miniupnpd'

config ntpclient
	option init 'ntpclient'

config samba
	option init 'samba'

config tinyproxy
	option init 'tinyproxy'

config 6relayd
	option init '6relayd'

config lighttpd
	option init 'lighttpd'

config snmpd
	option init 'snmpd'

config thermal
	option init 'thermal'

config sn_firewall
	list affects 'firewall'

config mesh
	list affects wireless

#####################################
# events to reload
#####################################

config lan-ip-obtain
	option init DUMMY
	list affects 'led'

config lan-ip-obtain-deconfig 
    option init 'DUMMY'       
    list affects 'upnpd'
