209 lines
4.2 KiB
Plaintext
Executable File
209 lines
4.2 KiB
Plaintext
Executable File
# l1profile configurations
|
|
|
|
menuconfig first_card
|
|
bool "1st card"
|
|
default y
|
|
|
|
if first_card
|
|
|
|
config first_card_name
|
|
string "1st card name"
|
|
default "MT7622"
|
|
|
|
config first_card_profile_path
|
|
string "profile path"
|
|
default "/etc/wireless/mediatek/mt7622.1.dat"
|
|
|
|
config first_card_init_script
|
|
string "init scripts"
|
|
default "/lib/wifi/mt7615e.lua"
|
|
|
|
config first_card_init_compatible
|
|
string "this chip uses a compatible driver"
|
|
default "mt7615e"
|
|
|
|
config first_card_EEPROM_offset
|
|
string "eeprom data offset (in flash mode)"
|
|
default "0x0"
|
|
|
|
config first_card_EEPROM_size
|
|
string "eeprom data size (in flash mode)"
|
|
default "0x5000"
|
|
|
|
config first_card_EEPROM_name
|
|
string "eeprom file name (request_firmware)"
|
|
default "e2p"
|
|
|
|
config first_card_main_ifname
|
|
string "primary interface name"
|
|
default "ra0"
|
|
|
|
config first_card_ext_ifname
|
|
string "interface prefix for multi-bssid"
|
|
default "ra"
|
|
|
|
config first_card_wds_ifname
|
|
string "WDS interface prefix"
|
|
default "wds"
|
|
|
|
config first_card_apcli_ifname
|
|
string "APCLI interface prefix"
|
|
default "apcli"
|
|
|
|
config first_card_mesh_ifname
|
|
string "MESH interface prefix"
|
|
default "mesh"
|
|
|
|
config first_card_nvram_zone
|
|
string "nvram zone"
|
|
default "dev1"
|
|
|
|
config first_card_single_sku_path
|
|
string "single SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku.dat"
|
|
|
|
config first_card_bf_sku_path
|
|
string "Beam forming SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku-bf.dat"
|
|
|
|
endif
|
|
|
|
|
|
|
|
menuconfig second_card
|
|
bool "2nd card"
|
|
default n
|
|
|
|
if second_card
|
|
|
|
config second_card_name
|
|
string "2nd card name"
|
|
default "MT7615"
|
|
|
|
config second_card_profile_path
|
|
string "profile path"
|
|
default "/etc/wireless/mediatek/mt7615e.1.dat"
|
|
|
|
config second_card_init_script
|
|
string "init scripts"
|
|
default "/lib/wifi/mt7615e.lua"
|
|
|
|
config second_card_init_compatible
|
|
string "this chip uses a compatible driver"
|
|
default "mt7615e"
|
|
|
|
config second_card_EEPROM_offset
|
|
string "eeprom data offset (in flash mode)"
|
|
default "0x5000"
|
|
|
|
config second_card_EEPROM_size
|
|
string "eeprom data size (in flash mode)"
|
|
default "0xB000"
|
|
|
|
config second_card_EEPROM_name
|
|
string "eeprom file name (request_firmware)"
|
|
default "e2p"
|
|
|
|
config second_card_main_ifname
|
|
string "primary interface name"
|
|
default "rai0"
|
|
|
|
config second_card_ext_ifname
|
|
string "interface prefix for multi-bssid"
|
|
default "rai"
|
|
|
|
config second_card_wds_ifname
|
|
string "WDS interface prefix"
|
|
default "wdsi"
|
|
|
|
config second_card_apcli_ifname
|
|
string "APCLI interface prefix"
|
|
default "apclii"
|
|
|
|
config second_card_mesh_ifname
|
|
string "MESH interface prefix"
|
|
default "meshi"
|
|
|
|
config second_card_nvram_zone
|
|
string "nvram zone"
|
|
default "dev2"
|
|
|
|
config second_card_single_sku_path
|
|
string "single SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku.dat"
|
|
|
|
config second_card_bf_sku_path
|
|
string "Beam forming SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku-bf.dat"
|
|
|
|
endif
|
|
|
|
|
|
menuconfig third_card
|
|
bool "3rd card"
|
|
default n
|
|
|
|
if third_card
|
|
|
|
config third_card_name
|
|
string "3rd card name"
|
|
default "MT7615"
|
|
|
|
config third_card_profile_path
|
|
string "profile path"
|
|
default "/etc/wireless/mediatek/mt7615e.2.dat"
|
|
|
|
config third_card_init_script
|
|
string "init scripts"
|
|
default "/lib/wifi/mt7615e.lua"
|
|
|
|
config third_card_init_compatible
|
|
string "this chip uses a compatible driver"
|
|
default "mt7615e"
|
|
|
|
config third_card_EEPROM_offset
|
|
string "eeprom data offset (in flash mode)"
|
|
default "0x10000"
|
|
|
|
config third_card_EEPROM_size
|
|
string "eeprom data size (in flash mode)"
|
|
default "0xB000"
|
|
|
|
config third_card_EEPROM_name
|
|
string "eeprom file name (request_firmware)"
|
|
default "e2p"
|
|
|
|
config third_card_main_ifname
|
|
string "primary interface name"
|
|
default "wlan0"
|
|
|
|
config third_card_ext_ifname
|
|
string "interface prefix for multi-bssid"
|
|
default "wlan"
|
|
|
|
config third_card_wds_ifname
|
|
string "WDS interface prefix"
|
|
default "wlan-wds"
|
|
|
|
config third_card_apcli_ifname
|
|
string "APCLI interface prefix"
|
|
default "wlan-apcli"
|
|
|
|
config third_card_mesh_ifname
|
|
string "MESH interface prefix"
|
|
default "wlan-mesh"
|
|
|
|
config third_card_nvram_zone
|
|
string "nvram zone"
|
|
default "dev3"
|
|
|
|
config third_card_single_sku_path
|
|
string "single SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku.dat"
|
|
|
|
config third_card_bf_sku_path
|
|
string "Beam forming SKU data path"
|
|
default "/etc/wireless/mediatek/mt7615e-sku-bf.dat"
|
|
|
|
endif
|