################################################################################
# Product information
################################################################################
config product info
	option board_type    "mdm9625"
	option product_type  "tr961-5200l-v1"
	option product_id    "09610001"
	option product_name  "TL-TR961 5200L"
	option hardware_ver  "1.0"
	option firmware_ver  "1.0.9"
	option firmware_ver_build  "Build 150415 Rel.1025n"
	option product_region   "CN"
	option product_series "TL-TR961 5200L"
	option vendor_name   "TP-LINK Technologies Co., Ltd."
	option ssid_prefix   "TP-LINK_4G_"

################################################################################
# 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"


#-------------------------------------------------------------------------------
# kernel & driver
#-------------------------------------------------------------------------------
config driver usb
	option vid "0x2357"
	option pid "0x000B"

config driver wlan
	option mac_address "00:11:22:33:44:55"

config driver lte
	option imei "000000000000000"
	option meid "00000000000000"

#-------------------------------------------------------------------------------
# apps
#-------------------------------------------------------------------------------
config feature login
	option hostname     "tplogin.cn"

config feature storageshare
	option own_username "1"
	option own_password "1"

config feature charge
	option power_bank_detect_support "1" # 0: not support, 1: support
	option battery_capacity "1" # refer to battery_capacity_t, charge\charge.h
	option shutdown_no_battery_support "0" # 0: not support, 1: support

config feature ntpclient
    option timezone '-480'
    option hw_time  '0'
    option sys_time  '0'
    option index    '52'

config feature wlanwarn
    option launch "1"

config feature rndisinfo
    option get_rndis_info  "1"

config feature update
    option domain  "http://www.tp-linkmobile.com.cn/MobileSystemUpdate/SystemUpdate/ltesystemupdate/Systemupdate.aspx"

config feature display
    option type  "0"  # 0: oled, 1: led

#-------------------------------------------------------------------------------
# others
#-------------------------------------------------------------------------------

