Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-app-advanced-reboot: prepare migration to APK #7010

Merged
merged 1 commit into from Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/luci-app-advanced-reboot/Makefile
Expand Up @@ -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-9
PKG_VERSION:=1.0.1-r10

LUCI_TITLE:=Advanced Linksys Reboot Web UI
LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
Expand Down
@@ -0,0 +1,14 @@
{
"vendorName": "D-Link",
"deviceName": "DGS-1210-28",
"boardNames": [ "d-link,dgs-1210-28" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd9",
"labelOffset": null,
"bootEnv1": "bootcmd",
"bootEnv1Partition1Value": null,
"bootEnv1Partition2Value": "run addargs\\; bootm 0xb4e80000",
"bootEnv2": "image",
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": "/dev/mtdblock7"
}
@@ -0,0 +1,14 @@
{
"vendorName": "Linksys",
"deviceName": "EA8100v1",
"boardNames": [ "linksys,ea8100-v1" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd7",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}