auto dial eth2 usb device and decrease mt7981 emmc boot time

This commit is contained in:
padavanonly
2025-05-26 02:55:24 +08:00
parent b0444c69ac
commit 6cd446e104
4 changed files with 10 additions and 1 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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 \