mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
mtwifi: adjust some files calling location (#5805)
This commit is contained in:
parent
7565c236de
commit
91b4f75974
@ -8,14 +8,3 @@ INDEX0_main_ifname=ra0
|
||||
INDEX0_ext_ifname=ra
|
||||
INDEX0_wds_ifname=wds
|
||||
INDEX0_apcli_ifname=apcli
|
||||
INDEX1=MT7612
|
||||
INDEX1_profile_path=/etc/wireless/mt7615/mt7615.2.dat
|
||||
INDEX1_EEPROM_offset=0x8000
|
||||
INDEX1_EEPROM_size=0x4000
|
||||
INDEX1_EEPROM_name=e2p
|
||||
INDEX1_main_ifname=rai0
|
||||
INDEX1_ext_ifname=rai
|
||||
INDEX1_wds_ifname=wdsi
|
||||
INDEX1_apcli_ifname=apclii
|
||||
INDEX1_single_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku.dat
|
||||
INDEX1_bf_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku-bf.dat
|
||||
|
@ -17,5 +17,5 @@ INDEX1_main_ifname=rai0
|
||||
INDEX1_ext_ifname=rai
|
||||
INDEX1_wds_ifname=wdsi
|
||||
INDEX1_apcli_ifname=apclii
|
||||
INDEX1_single_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku.dat
|
||||
INDEX1_bf_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku-bf.dat
|
||||
INDEX1_single_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU.dat
|
||||
INDEX1_bf_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU_BF.dat
|
||||
|
@ -8,8 +8,8 @@ INDEX0_main_ifname=ra0
|
||||
INDEX0_ext_ifname=ra
|
||||
INDEX0_wds_ifname=wds
|
||||
INDEX0_apcli_ifname=apcli
|
||||
INDEX0_single_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku.dat
|
||||
INDEX0_bf_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku-bf.dat
|
||||
INDEX0_single_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU.dat
|
||||
INDEX0_bf_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU_BF.dat
|
||||
INDEX1=MT7615
|
||||
INDEX1_profile_path=/etc/wireless/mt7615/mt7615.2.dat
|
||||
INDEX1_EEPROM_offset=0x8000
|
||||
@ -19,5 +19,5 @@ INDEX1_main_ifname=rai0
|
||||
INDEX1_ext_ifname=rai
|
||||
INDEX1_wds_ifname=wdsi
|
||||
INDEX1_apcli_ifname=apclii
|
||||
INDEX1_single_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku.dat
|
||||
INDEX1_bf_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku-bf.dat
|
||||
INDEX1_single_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU.dat
|
||||
INDEX1_bf_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU_BF.dat
|
||||
|
@ -8,5 +8,5 @@ INDEX0_main_ifname=ra0;rax0
|
||||
INDEX0_ext_ifname=ra;rax
|
||||
INDEX0_wds_ifname=wds;wdsx
|
||||
INDEX0_apcli_ifname=apcli;apclix
|
||||
INDEX0_single_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku.dat
|
||||
INDEX0_bf_sku_path=/etc_ro/Wireless/SingleSKU_mt7615e-sku-bf.dat
|
||||
INDEX0_single_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU.dat
|
||||
INDEX0_bf_sku_path=/etc_ro/Wireless/RT2860AP/SingleSKU_BF.dat
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
chmod 0755 /sbin/mtkwifi
|
||||
|
||||
START=15
|
||||
STOP=15
|
||||
|
||||
@ -12,5 +14,3 @@ start_service() {
|
||||
stop_service() {
|
||||
echo 'do nothing' > /dev/null
|
||||
}
|
||||
|
||||
|
||||
|
@ -91,8 +91,8 @@ AvgRssiReq=0
|
||||
DFS_R66=0
|
||||
BlockCh=
|
||||
GreenAP=0
|
||||
AuthMode=WPA2PSK;OPEN
|
||||
EncrypType=AES;NONE
|
||||
AuthMode=OPEN
|
||||
EncrypType=NONE
|
||||
WapiPsk1=
|
||||
WapiPsk2=
|
||||
WapiPsk3=
|
||||
@ -247,4 +247,3 @@ RadioOn=1
|
||||
IgmpSnEnable=1
|
||||
McastPhyMode=2
|
||||
McastMcs=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user