M7350v7_en_gpl

This commit is contained in:
T
2024-09-09 08:59:52 +00:00
parent f75098198c
commit 46ba6f09ec
1372 changed files with 1231198 additions and 1184 deletions

View File

@ -0,0 +1,25 @@
# Packages installed to the root file system
IMAGE_INSTALL += "libcjson"
IMAGE_INSTALL += "uci"
IMAGE_INSTALL += "npd6"
IMAGE_INSTALL += "radvd"
IMAGE_INSTALL += "wide-dhcpv6"
IMAGE_INSTALL += "samba"
IMAGE_INSTALL += "bftpd"
IMAGE_INSTALL += "ntfs-3g"
IMAGE_INSTALL += "tp-domain"
IMAGE_INSTALL += "cgic"
IMAGE_INSTALL += "libghttp"

View File

@ -0,0 +1,71 @@
################################################################################
# Product configuration for TP-Link
################################################################################
BOARD_TYPE="mdm9207"
PRODUCT_TYPE="m7350-eu-v6"
PRODUCT_ID="73502006"
PRODUCT_NAME="M7350(EU) 6.2"
PRODUCT_SERIES="M7350"
PRODUCT_VER="6.2.0"
PRODUCT_REGION="EU"
PRODUCT_TPNAME="m7350v6"
################################################################################
# Feature configuration for Product
#-------------------------------------------------------------------------------
# You can add any feature flags here.
################################################################################
# DEMO packageA
FEATURE1="1"
FEATURE2="2"
TP_FEATURE_SOLVE_UBI_FILE_SYSTEM_ERROR="y"
# [MaoKe] Use AT command to communicate with modem, CONFLICT with QMI
TP_FEATURE_MDOEM_USING_AT_COMMAND="n"
# [MaoKe] Use QMI command to communicate with modem, CONFLICT with AT
TP_FEATURE_MDOEM_USING_QMI_COMMAND="y"
# [MaoKe] Support turn off rf when no sim card
TP_FEATURE_TURN_OFF_RF_WHEN_NO_SIM="n"
# [MaoKe] Support temporary roaming switch
TP_FEATURE_TEMP_ROAM_SWITCH="y"
# [MaoKe] Support QXDM logging system
TP_FEATURE_SUPPORT_QXDM_LOGS="y"
TP_FEATURE_SUPPORT_MVNO="y"
TP_FEATURE_SWITCH_PROFILE="y"
TP_FEATURE_MOBILE_MSG_IPC="y"
#-------------------------------------------------------------------------------
# kernel & driver
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# apps
#-------------------------------------------------------------------------------
# [MaoKe] Support LAN manager
TP_FEATURE_NET_MANAGER="y"
#-------------------------------------------------------------------------------
# WLAN
TP_FEATURE_WISP="n"
WIRELESS_WPS_DISABLE="n"
WIRELESS_5G_DISABLE="y"
WIRELESS_ADAPTIVITY_ENABLE="n"
TP_WIRELESS_PASSPHRASE_ON_OLED="y"
TP_FEATURE_RTL8192ES="y"
TP_FEATURE_QCACLD="n"
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# oled
USE_COLOR_OLED_S90319="y"
USE_LED="n"
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# others
#-------------------------------------------------------------------------------
TP_FEATURE_NEW_CHARGE_VERSION="y"
TP_FEATURE_SIM_CARD_HOTSWAP="y"

View File

@ -0,0 +1,67 @@
################################################################################
# Product information
################################################################################
config product info
option board_type "mdm9207"
option product_type "m7350-eu-v6"
option product_id "73502006"
option product_name "M7350"
option hardware_ver "7.0"
option firmware_ver "7.0.4"
option firmware_ver_build "Build 000000 Rel.0000n"
option product_region "EU"
option product_series "M7350"
option vendor_name "TP-Link Corporation Limited."
option ssid_prefix "TP-Link_"
################################################################################
# Feature configuration
#-------------------------------------------------------------------------------
# You can add any feature flags here.
################################################################################
# DEMO
config feature packageA
option feature1 "1"
option feature2 "2"
# DEMO
config feature packageB
option feature1 "AAA"
option feature2 "BBB"
config driver 'usb'
option vid '2357' #differnt from 7350v3 or 7650, delete "0x"
option pid '0005'
#ecm is like rndis,but used not on windows, and used on MacOS and some linux machine
#if user must use multi-config to support ecm, for example,support rndis and ecm in
#differnt config,set this option to 1,else set it to 0
config feature usbcdc
option ecm "1" #0: not support, 1: support
#-------------------------------------------------------------------------------
# kernel & driver
#-------------------------------------------------------------------------------
config driver wlan
option mac_address "00:11:22:33:44:55"
config driver lte
option imei "000000000000000"
#-------------------------------------------------------------------------------
# apps
#-------------------------------------------------------------------------------
config feature charge
option power_bank_detect_support "0" # 0: not support, 1: support
option battery_capacity "0" # refer to battery_capacity_t, charge\charge.h
option shutdown_no_battery_support "1" # 0: not support, 1: support
option battery_always_good "0" # 0: not support, 1: support
#-------------------------------------------------------------------------------
# others
#-------------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff