luci/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/zyxel-nbg6817.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
321 B
Lua

return {
vendorName = "ZyXEL",
deviceName = "NBG6817",
boardName = "nbg6817",
partition1MTD = "mmcblk0p4",
partition2MTD = "mmcblk0p7",
labelOffset = 32,
bootEnv1 = nil,
bootEnv1Partition1Value = 255,
bootEnv1Partition2Value = 1,
bootEnv2 = nil,
bootEnv2Partition1Value = nil,
bootEnv2Partition2Value = nil
}