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