summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-ea3500.lua
blob: f0ac1febc21f510c7c23729d192764ea3b45adf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
return {
	vendorName = "Linksys",
	deviceName = "EA3500",
	boardName = "linksys-audi",
	partition1MTD = "mtd3",
	partition2MTD = "mtd5",
	labelOffset = 32,
	bootEnv1 = "boot_part",
	bootEnv1Partition1Value = 1,
	bootEnv1Partition2Value = 2,
	bootEnv2 = "bootcmd",
	bootEnv2Partition1Value = "run nandboot",
	bootEnv2Partition2Value = "run altnandboot"
}