M7350/tp-product/m7350v6/build/product.config

72 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
################################################################################
# Product configuration for TP-Link
################################################################################
BOARD_TYPE="mdm9207"
2024-09-09 08:59:52 +00:00
PRODUCT_TYPE="m7350-eu-v6"
PRODUCT_ID="73502006"
PRODUCT_NAME="M7350(EU) 6.2"
2024-09-09 08:57:42 +00:00
PRODUCT_SERIES="M7350"
2024-09-09 08:59:52 +00:00
PRODUCT_VER="6.2.0"
2024-09-09 08:57:42 +00:00
PRODUCT_REGION="EU"
2024-09-09 08:59:52 +00:00
PRODUCT_TPNAME="m7350v6"
2024-09-09 08:57:42 +00:00
################################################################################
# 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"
2024-09-09 08:59:52 +00:00
TP_FEATURE_RTL8192ES="y"
2024-09-09 08:57:42 +00:00
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"