Bump buildroot to 2019.02
This commit is contained in:
@@ -2,6 +2,9 @@ config BR2_PACKAGE_LSHW
|
||||
bool "lshw"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_HWDATA # runtime
|
||||
select BR2_PACKAGE_HWDATA_PCI_IDS
|
||||
select BR2_PACKAGE_HWDATA_USB_IDS
|
||||
help
|
||||
lshw (Hardware Lister) is a small tool to provide
|
||||
detailed information on the hardware configuration of the
|
||||
|
||||
@@ -23,6 +23,7 @@ endef
|
||||
define LSHW_INSTALL_TARGET_CMDS
|
||||
$(LSHW_MAKE_ENV) $(MAKE) -C $(@D)/src DESTDIR=$(TARGET_DIR) \
|
||||
$(LSHW_MAKE_OPTS) install
|
||||
$(RM) -rf $(TARGET_DIR)/usr/share/lshw
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user