################################################################################
# Product information
################################################################################
config product info
	option board_type    "mdm9225"
	option product_type  "m7300-un-v2"
	option product_id    "73000101"
	option product_name  "M7300"
	option hardware_ver  "2.0"
	option firmware_ver  "1.0.5"
	option firmware_ver_build  "Build 151210 Rel.1019n"
	option product_region   "UN"
	option product_series "M7300"
	option vendor_name   "TP-LINK Technologies Co., Ltd."
	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"

################################################################################
# Features for USB CDC
#-------------------------------------------------------------------------------
# ECM feature:
# Switch to "rndis,mass_storage" while device is connected to Windows, otherwise
# device is configured with "rndis,mass_storage:ecm_qc,mass_storage" even device
# is connected Mac OS
# The ECM feature should also work for Linux, however only Ubuntu 12.04 LTS is
# tested
#
# VALUE:
#   0   Disable this feature
#   1   Enable this feature, default value
#
# Comment:
#   This feature also includes modifications in kernel, which is configurable
# via kernel configuration "CONFIG_USB_GADGET_TPLINK_ECM", set it to "y" to
# enable kernel modifications, and "n" to disable it, default value is "n"
#
################################################################################
config feature usbcdc
        option ecm            "1"


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

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

config driver lte
    option imei "000000000000000"
    option simNumber "0"
    option imsi "0"

#-------------------------------------------------------------------------------
# apps
#-------------------------------------------------------------------------------
config feature login
	option hostname     "tplinkmifi.net"

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

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

config feature ntpclient
    option timezone '0'
    option hw_time  '0'
    option sys_time  '0'
    option index    '25'

config feature wlanwarn
    option launch "0"

config feature rndisinfo
    option get_rndis_info  "0"

config feature update
    option domain  "http://upgrade.tp-link.com/SystemUpdate/lte/"

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

