luci/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt32x.lua
Stan Grishin 37dd98bde3 luci-app-advanced-reboot: pluggable device files, highlight current partition
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-01-10 07:54:11 -07:00

14 lines
356 B
Lua

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"
}