usbutils: add usbreset
Add usbreset here to reflect the removal of usbreset package. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
This commit is contained in:
parent
6b1f0439e8
commit
4881e4251f
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=usbutils
|
||||
PKG_VERSION:=013
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
|
||||
|
@ -39,6 +39,7 @@ CONFIGURE_ARGS += \
|
|||
define Package/usbutils/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsusb $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/usbreset $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,usbutils))
|
||||
|
|
Loading…
Reference in a new issue