summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-10-07 14:42:39 +0200
committerAnsuel Smith <ansuelsmth@gmail.com>2020-10-07 14:42:39 +0200
commitfeb8d823e59f8c9bf1bdadce6c7fc2a88966f12e (patch)
tree2853d467dd851de4f8793678dfe8cea493eb10b7 /applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua
parent1da9df837685b3a2afc80125d056e37198933533 (diff)
luci-app-advanced-reboot: convert to client side
Rework the advanced-reboot app to client side implementation. Change devices file to json type. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua')
-rw-r--r--applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua b/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua
deleted file mode 100644
index 82f82ddba4..0000000000
--- a/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices.disabled/linksys-ea9500.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-return {
- vendorName = "Linksys",
- deviceName = "EA9500",
- boardName = "linksys-panamera",
- partition1MTD = "mtd3",
- partition2MTD = "mtd6",
- labelOffset = 28,
- bootEnv1 = "boot_part",
- bootEnv1Partition1Value = 1,
- bootEnv1Partition2Value = 2,
- bootEnv2 = nil,
- bootEnv2Partition1Value = nil,
- bootEnv2Partition2Value = nil
-}