luci-app-advanced-reboot: pluggable device files, highlight current partition
[oweals/luci.git] / applications / luci-app-advanced-reboot / luasrc / advanced-reboot / devices / linksys-ea8300.lua
1 return {
2         vendorName = "Linksys",
3         deviceName = "EA8300",
4         boardName = "linksys-ea8300",
5         partition1MTD = "mtd10",
6         partition2MTD = "mtd12",
7         labelOffset = 192,
8         bootEnv1 = "boot_part",
9         bootEnv1Partition1Value = 1,
10         bootEnv1Partition2Value = 2,
11         bootEnv2 = nil,
12         bootEnv2Partition1Value = nil,
13         bootEnv2Partition2Value = nil
14 }