projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4415a
)
adb: fix package description
author
Matt Mets
<matt@blinkinlabs.com>
Fri, 27 Oct 2017 19:27:53 +0000
(
03:27
+0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 29 Oct 2017 15:16:35 +0000
(16:16 +0100)
Signed-off-by: Matt Mets <matt@blinkinlabs.com>
package/utils/adb/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/adb/Makefile
b/package/utils/adb/Makefile
index 0861696527086c4f5e8bedccba3c09e1edd2940c..c42c94d3a34e3a38c1d74cc0adfe6804d62f2aae 100644
(file)
--- 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