浏览代码

adb: fix package description

Signed-off-by: Matt Mets <[email protected]>
Matt Mets 8 年之前
父节点
当前提交
851644bf5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/utils/adb/Makefile

+ 1 - 1
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