Explorar o código

adb: fix package description

Signed-off-by: Matt Mets <[email protected]>
Matt Mets %!s(int64=8) %!d(string=hai) anos
pai
achega
851644bf5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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