summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-ea8500.lua
blob: 865b72683556228ee004793fd447e81b5acf71ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
	vendorName = "Linksys",
	deviceName = "EA8500",
	boardNames = { "linksys-ea8500", "linksys,ea8500" },
	partition1MTD = "mtd13",
	partition2MTD = "mtd15",
	labelOffset = 32,
	bootEnv1 = "boot_part",
	bootEnv1Partition1Value = 1,
	bootEnv1Partition2Value = 2,
	bootEnv2 = nil,
	bootEnv2Partition1Value = nil,
	bootEnv2Partition2Value = nil
}