summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-ea6350v3.lua
blob: 5c7aecd1fb4439f5068293785a459c7de67dcffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
	vendorName = "Linksys",
	deviceName = "EA6350v3",
	boardName = "linksys-ea6350v3",
	partition1MTD = "mtd10",
	partition2MTD = "mtd12",
	labelOffset = 192,
	bootEnv1 = "boot_part",
	bootEnv1Partition1Value = 1,
	bootEnv1Partition2Value = 2,
	bootEnv2 = nil,
	bootEnv2Partition1Value = nil,
	bootEnv2Partition2Value = nil
}