summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/zyxel-nbg6817.lua
blob: 4b696227b652782bce4881d9cfc49effe49f2c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}