Bump buildroot to 2019.02
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
config BR2_PACKAGE_PCIUTILS
|
||||
bool "pciutils"
|
||||
# PCI not supported on Blackfin
|
||||
depends on !BR2_bfin
|
||||
help
|
||||
Various utilities dealing with the PCI bus.
|
||||
Provides things like setpci and lspci.
|
||||
|
||||
@@ -46,11 +46,6 @@ else
|
||||
PCIUTILS_MAKE_OPTS += SHARED=yes
|
||||
endif
|
||||
|
||||
# Build after busybox since it's got a lightweight lspci
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
PCIUTILS_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
define PCIUTILS_CONFIGURE_CMDS
|
||||
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
||||
$(SED) 's/uname -s/echo Linux/' \
|
||||
|
||||
Reference in New Issue
Block a user