mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-advanced-reboot: add board config for Linksys EA7500 v1
This commit is contained in:
parent
317d4ad239
commit
cd0ddb8a3c
@ -0,0 +1,14 @@
|
||||
return {
|
||||
vendorName = "Linksys",
|
||||
deviceName = "EA7500v1",
|
||||
boardNames = { "linksys,ea7500-v1", "linksys,ea7500v1" },
|
||||
partition1MTD = "mtd13",
|
||||
partition2MTD = "mtd15",
|
||||
labelOffset = 32,
|
||||
bootEnv1 = "boot_part",
|
||||
bootEnv1Partition1Value = 1,
|
||||
bootEnv1Partition2Value = 2,
|
||||
bootEnv2 = nil,
|
||||
bootEnv2Partition1Value = nil,
|
||||
bootEnv2Partition2Value = nil
|
||||
}
|
Loading…
Reference in New Issue
Block a user