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

14 lines
327 B
Lua

return {
vendorName = "Linksys",
deviceName = "EA8500",
boardName = "linksys-ea8500",
partition1MTD = "mtd13",
partition2MTD = "mtd15",
labelOffset = 32,
bootEnv1 = "boot_part",
bootEnv1Partition1Value = 1,
bootEnv1Partition2Value = 2,
bootEnv2 = nil,
bootEnv2Partition1Value = nil,
bootEnv2Partition2Value = nil
}