luci-app-advanced-reboot: update to 1.0.1-15 7316/head
authorStan Grishin <stangri@melmac.ca>
Tue, 8 Oct 2024 23:04:40 +0000 (23:04 +0000)
committerStan Grishin <stangri@melmac.ca>
Tue, 8 Oct 2024 23:05:03 +0000 (23:05 +0000)
* add support for Linksys EA6350v4

Signed-off-by: Stan Grishin <stangri@melmac.ca>
applications/luci-app-advanced-reboot/Makefile
applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json [new file with mode: 0644]

index 1f0f03000677a66c6d4c79126ad1d4dd2cdef189..06d96f287aa7ff4248156beca96a404301b09db6 100644 (file)
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-advanced-reboot
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
 PKG_VERSION:=1.0.1
-PKG_RELEASE:=13
+PKG_RELEASE:=15
 
 LUCI_TITLE:=Advanced Linksys Reboot Web UI
 LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json
new file mode 100644 (file)
index 0000000..1042298
--- /dev/null
@@ -0,0 +1,14 @@
+{
+       "vendorName": "Linksys",
+       "deviceName": "EA6350v4",
+       "boardNames": [ "linksys,ea6350-v4" ],
+       "partition1MTD": "mtd5",
+       "partition2MTD": "mtd7",
+       "labelOffset": 32,
+       "bootEnv1": "boot_part",
+       "bootEnv1Partition1Value": 1,
+       "bootEnv1Partition2Value": 2,
+       "bootEnv2": null,
+       "bootEnv2Partition1Value": null,
+       "bootEnv2Partition2Value": null
+}