[openwrt/openwrt] adb: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:20 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9d71d20125b41ba829ad48e239331dd882ac361b
commit 9d71d20125b41ba829ad48e239331dd882ac361b
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:34:59 2025 +0900
adb: update project URL
It seems old website has been retired.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/utils/adb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/adb/Makefile b/package/utils/adb/Makefile
index ced887e968..9553f0f3c8 100644
--- a/package/utils/adb/Makefile
+++ b/package/utils/adb/Makefile
@@ -24,7 +24,7 @@ define Package/adb
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Android Debug Bridge CLI tool
- URL:=http://tools.android.com/
+ URL:=https://developer.android.com/tools/adb
DEPENDS:=+zlib +libmbedtls +libpthread
endef
More information about the lede-commits
mailing list