summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mets2017-10-27 19:27:53 +0000
committerHauke Mehrtens2017-10-29 15:16:35 +0000
commit851644bf5bf0415b9937f8bf4f34c38ba7c59ccf (patch)
tree73fee1ff0461d89f6199f49e6791172d9a1d0720
parent1c4415a679f9858f9de628b650cdef32a2abf9bb (diff)
downloadopenwrt-851644bf5bf0415b9937f8bf4f34c38ba7c59ccf.tar.gz
adb: fix package description
Signed-off-by: Matt Mets <matt@blinkinlabs.com>
-rw-r--r--package/utils/adb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/adb/Makefile b/package/utils/adb/Makefile
index 0861696527..c42c94d3a3 100644
--- a/package/utils/adb/Makefile
+++ b/package/utils/adb/Makefile
@@ -28,7 +28,7 @@ define Package/adb
DEPENDS:=+zlib +libopenssl +libpthread
endef
-define Package/bridge/description
+define Package/adb/description
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
endef