summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/iprutils/Config.in1
-rw-r--r--package/pciutils/Config.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/iprutils/Config.in b/package/iprutils/Config.in
index a7e3cb3c43..1bc58e814b 100644
--- a/package/iprutils/Config.in
+++ b/package/iprutils/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_IPRUTILS
select BR2_PACKAGE_NCURSES_TARGET_MENU
select BR2_PACKAGE_LIBSYSFS
select BR2_PACKAGE_PCIUTILS
+ depends on !BR2_bfin # pciutils
help
System utilities for IBM Power RAID devices
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index a082f23997..d46df6c0d6 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -1,5 +1,7 @@
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.
OpenPOWER on IntegriCloud