diff options
author | Stan Grishin <stangri@melmac.net> | 2021-05-26 18:17:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 18:17:34 -0700 |
commit | 030804b740139282cd828c899f1e75ab34603df2 (patch) | |
tree | c67db997949fbd301cbd3cd56f72f8c6c386850c /applications/luci-app-advanced-reboot | |
parent | ad9388d2eba0b024cd16c5e653b1f09b00103a08 (diff) | |
parent | a68d6f659fc28290a7e8d8a134c9f249b48b7a40 (diff) |
Merge pull request #5074 from djadair/ea7500-reboot-profile
luci-app-advanced-reboot: add board config for Linksys EA7500-V1
Diffstat (limited to 'applications/luci-app-advanced-reboot')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 8b3f709dfa..a0024cdc1f 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=1.0.1-1 +PKG_VERSION:=1.0.1-2 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json new file mode 100644 index 0000000000..4c68639fd3 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "EA7500v1", + "boardNames": [ "linksys,ea7500-v1" ], + "partition1MTD": "mtd13", + "partition2MTD": "mtd15", + "labelOffset": 32, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} |