File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ TARGET_CFLAGS += -DNO_HID=1
2727
2828define 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
3434endef
@@ -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/
6060endef
6161
6262$(eval $(call BuildPackage,aoa-proxy))
You can’t perform that action at this time.
0 commit comments