usbutils: build after busybox if enabled
Build after busybox if it's enabled since full-blown lsusb is better than busybox lsusb. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fadf985228
commit
2500d30018
@ -15,6 +15,11 @@ else
|
||||
USBUTILS_CONF_OPT = --disable-zlib
|
||||
endif
|
||||
|
||||
# Build after busybox since it's got a lightweight lsusb
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
USBUTILS_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
define USBUTILS_TARGET_CLEANUP
|
||||
rm -f $(TARGET_DIR)/usr/bin/usb-devices
|
||||
rm -f $(TARGET_DIR)/usr/sbin/update-usbids.sh
|
||||
|
Loading…
Reference in New Issue
Block a user