67 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
################################################################################
 | 
						|
# Product information
 | 
						|
################################################################################
 | 
						|
config product info
 | 
						|
	option board_type    "mdm9207"
 | 
						|
	option product_type  "m7350-eu-v5"
 | 
						|
	option product_id    "73500005"
 | 
						|
	option product_name  "M7350"
 | 
						|
	option hardware_ver  "5.0"
 | 
						|
	option firmware_ver  "1.0.5"
 | 
						|
	option firmware_ver_build  "Build 000000 Rel.0000n"
 | 
						|
	option product_region   "EU"
 | 
						|
	option product_series "M7350"
 | 
						|
	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"
 | 
						|
 | 
						|
 | 
						|
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
 | 
						|
#-------------------------------------------------------------------------------
 | 
						|
 |