Skip to content

Commit 33eee2f

Browse files
jo-bitschjefferyto
authored andcommitted
aoa-proxy: Update to Makefile during code review
Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Jó Ágila Bitsch <jgilab@gmail.com>
1 parent 8e74c9a commit 33eee2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/aoa-proxy/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ TARGET_CFLAGS += -DNO_HID=1
2727

2828
define Package/aoa-proxy
2929
SECTION:=utils
30-
CATEGORY:=Network
31-
TITLE:=Interact with Android devices using the Android Open Accessory Protocol
30+
CATEGORY:=Utilities
31+
TITLE:=Interact with Android devices using AOA
3232
URL:=https://github.com/jo-bitsch/aoa-proxy
3333
DEPENDS:=+libusb-1.0
3434
endef
@@ -56,7 +56,7 @@ define Package/aoa-proxy/install
5656
$(INSTALL_DIR) $(1)/etc/hotplug.d/usb
5757
$(INSTALL_BIN) $(PKG_BUILD_DIR)/openwrt/etc/hotplug.d/usb/99-aoa-proxy $(1)/etc/hotplug.d/usb/
5858
$(INSTALL_DIR) $(1)/etc/init.d/
59-
$(INSTALL_DATA $(PKG_BUILD_DIR)/openwrt/etc/init.d/aoa-proxy-forward $(1)/etc/init.d/
59+
$(INSTALL_BIN) $(PKG_BUILD_DIR)/openwrt/etc/init.d/aoa-proxy-forward $(1)/etc/init.d/
6060
endef
6161

6262
$(eval $(call BuildPackage,aoa-proxy))

0 commit comments

Comments
 (0)