# TODO: cut system vars that used to be in nvram but I
#	cannot find anywere in /etc/config files
#	if you know where to find some of them without nvram please
#	add a comment above the var; in this way I can change the scripts
#	that use the mesh.xxx.yyy var and remove the var from this config file.
#	In the whiletime there will be this crappy config redundancy that
#	could even break operational coherency.
#	Many of this vars could be placed in /etc/config/wireless 
#	and /etc/config/network ... if openwrt developers do it :)

config mesh general	
	option enable "1"
	option cellnum "1"
	option nodenum "1"
	option ff_dss_key ""
	option ff_tz ""
	option ff_nonetmsg ""
	
config mesh contact
	option ff_adm_nick ""
	option ff_adm_name ""
	option ff_adm_mail ""
	option ff_adm_neturl ""
	option ff_adm_tel ""
	option ff_adm_loc ""
	option ff_adm_gps ""
	option ff_adm_note ""

config mesh network
	option hostname "nodeX"
	option domain "olsr"
	option ff_ign ""
	option ff_dmz ""
	option ff_dnsmasq ""
	option ff_lan_proto ""
	option ff_mtu ""
	option ff_nonat ""
	option ff_wanhttp ""
	option ff_wanicmp ""
	option ff_wanssh ""
	option ff_wldhcp ""
	option static_route ""
	option fw_disable ""
	option wandmz ""
	option client1mac ""
	option client2mac ""
	option client3mac ""
	option client4mac ""
	option client5mac ""
	option lan_ifname ""
	option lan_ifnames ""
	option lan_proto ""
	option lan_ipaddr ""
	option lan_netmask ""
	option lan_gateway ""
	option wifi_ifname ""
	option wifi_proto ""
	option wifi_ipaddr ""
	option wifi_netmask ""
	option wifi_gateway ""
	option wan_device ""
	option wan_ifname ""
	option wan_proto ""
	option wan_ipaddr ""
	option wan_netmask ""
	option wan_gateway ""
	option wan_dns ""

config mesh wireless
	option ff_bssid ""
	option ff_txpwr ""
	option wl0_antdiv ""
	option wl0_bcn ""
	option wl0_channel ""
	option wl0_closed ""
	option wl0_country_code ""
	option wl0_distance ""
	option wl0_dtim ""
	option wl0_frag ""
	option wl0_frameburst ""
	option wl0_gmode ""
	option wl0_gmode_protection ""
	option wl0_ifname ""
	option wl0_infra ""
	option wl0_mode ""
	option wl0_phytype ""
	option wl0_rate ""
	option wl0_rateset ""
	option wl0_rts ""
	option wl0_ssid ""
	option wl0_txant ""
	option wl0_txpwr ""
