diff options
| author | Yanase Yuki | 2025-12-25 04:34:59 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | 9d71d20125b41ba829ad48e239331dd882ac361b (patch) | |
| tree | a5ffcc8d9267902a8124ce4d8bfa7ac4dd3a9b00 | |
| parent | ac4f2e178bec7b6af09219ad0696719e47ee36e2 (diff) | |
| download | openwrt-9d71d20125b41ba829ad48e239331dd882ac361b.tar.gz | |
adb: update project URL
It seems old website has been retired.
Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/utils/adb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |