From: Yanase Yuki Date: Thu, 25 Dec 2025 04:34:59 +0000 (+0900) Subject: adb: update project URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d71d20125b41ba829ad48e239331dd882ac361b;p=thirdparty%2Fopenwrt.git adb: update project URL It seems old website has been retired. Signed-off-by: Yanase Yuki Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko --- diff --git a/package/utils/adb/Makefile b/package/utils/adb/Makefile index ced887e9689..9553f0f3c87 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