summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua')
-rw-r--r--applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua b/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua
deleted file mode 100644
index 6b409a191..000000000
--- a/applications/luci-app-advanced-reboot/luasrc/advanced-reboot/devices/linksys-wrt1900acs.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-return {
- vendorName = "Linksys",
- deviceName = "WRT1900ACS",
- boardNames = { "linksys-shelby", "linksys,shelby", "linksys,wrt1900acs" },
- partition1MTD = "mtd4",
- partition2MTD = "mtd6",
- labelOffset = 32,
- bootEnv1 = "boot_part",
- bootEnv1Partition1Value = 1,
- bootEnv1Partition2Value = 2,
- bootEnv2 = "bootcmd",
- bootEnv2Partition1Value = "run nandboot",
- bootEnv2Partition2Value = "run altnandboot"
-}