PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.0.1
-PKG_RELEASE:=18
+PKG_RELEASE:=19
LUCI_TITLE:=Advanced Linksys Reboot Web UI
LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
--- /dev/null
+{
+ "vendorName": "Linksys",
+ "deviceName": "MR5500",
+ "boardNames": [ "linksys,mr5500" ],
+ "partition1MTD": "mtd12",
+ "partition2MTD": "mtd14",
+ "labelOffset": 192,
+ "bootEnv1": "boot_part",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}
--- /dev/null
+{
+ "vendorName": "Linksys",
+ "deviceName": "SPNMX56",
+ "boardNames": [ "linksys,spnmx56" ],
+ "partition1MTD": "mtd12",
+ "partition2MTD": "mtd14",
+ "labelOffset": 192,
+ "bootEnv1": "boot_part",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}