Browse Source

mac80211: declare missing config parameter mesh_id

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39766
Felix Fietkau 11 years ago
parent
commit
cec0f8420d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

+ 1 - 0
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

@@ -50,6 +50,7 @@ drv_mac80211_init_iface_config() {
 	config_add_int dtim_interval
 	config_add_int dtim_interval
 
 
 	# mesh
 	# mesh
+	config_add_string mesh_id
 	config_add_int $MP_CONFIG_INT
 	config_add_int $MP_CONFIG_INT
 	config_add_boolean $MP_CONFIG_BOOL
 	config_add_boolean $MP_CONFIG_BOOL
 	config_add_string $MP_CONFIG_STRING
 	config_add_string $MP_CONFIG_STRING