adb: fix package description
[openwrt/staging/jogo.git] / package / utils / adb / Makefile
index 0861696527086c4f5e8bedccba3c09e1edd2940c..c42c94d3a34e3a38c1d74cc0adfe6804d62f2aae 100644 (file)
@@ -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