auto dial eth2 usb device and decrease mt7981 emmc boot time
This commit is contained in:
@@ -4,3 +4,11 @@ config global 'global'
|
||||
option modem_number '0'
|
||||
option manual_configuration '0'
|
||||
option network_interface_alias '1'
|
||||
|
||||
config dial-config '709327bdqc4f4dbb958c3b794c408e60'
|
||||
option enable '1'
|
||||
option network_bridge '0'
|
||||
option network 'eth2'
|
||||
option pdp_type 'ipv4v6'
|
||||
option auth 'none'
|
||||
option id '709327bdqc4f4dbb958c3b794c408e60'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2023 Siriling <siriling@qq.com>
|
||||
|
||||
START=90
|
||||
START=99
|
||||
STOP=13
|
||||
USE_PROCD=1
|
||||
|
||||
|
||||
@@ -345,6 +345,7 @@ if [ "$$(CONFIG_MTK_WIFI_FW_BIN_LOAD)" = "y" ]; then \
|
||||
fi; \
|
||||
if [ "$$(CONFIG_MTK_CHIP_MT7981)" = "y" ] ; then \
|
||||
$(INSTALL_BIN) ./files/mt7981-default-eeprom/MT7981_iPAiLNA_EEPROM.bin \
|
||||
./files/mt7981-default-eeprom/e2p \
|
||||
./files/mt7981-default-eeprom/MT7981_ePAeLNA_EEPROM.bin $(1)/lib/firmware/; \
|
||||
if [ "$$(CONFIG_MTK_MT7981_NEW_FW)" = "y" ]; then \
|
||||
$(INSTALL_BIN) ./files/$$(MT7981_FW_DIR)/WIFI_RAM_CODE_MT7981.bin \
|
||||
|
||||
BIN
package/mtk/drivers/mt_wifi/files/mt7981-default-eeprom/e2p
Normal file
BIN
package/mtk/drivers/mt_wifi/files/mt7981-default-eeprom/e2p
Normal file
Binary file not shown.
Reference in New Issue
Block a user