luci-app-advanced-reboot: pluggable device files, highlight current partition
[oweals/luci.git] / applications / luci-app-advanced-reboot / luasrc / advanced-reboot / devices / zyxel-nbg6817.lua
1 return {
2         vendorName = "ZyXEL",
3         deviceName = "NBG6817",
4         boardName = "nbg6817",
5         partition1MTD = "mmcblk0p4",
6         partition2MTD = "mmcblk0p7",
7         labelOffset = 32,
8         bootEnv1 = nil,
9         bootEnv1Partition1Value = 255,
10         bootEnv1Partition2Value = 1,
11         bootEnv2 = nil,
12         bootEnv2Partition1Value = nil,
13         bootEnv2Partition2Value = nil
14 }