From 990279774d009933be36d81753016078bd61801a Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 11 Jul 2016 23:33:43 +0200 Subject: [PATCH] scripts: remove old build option The config option CONFIG_RTE_PCI_CONFIG does not exist anymore. Fixes: 7d619406f31d ("pci: remove deprecated specific config") Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index f9748d37b6..d2cafc19bf 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -159,7 +159,6 @@ config () # # Automatic configuration test "$DPDK_DEP_NUMA" != y || \ sed -ri 's,(NUMA=)n,\1y,' $1/.config - sed -ri 's,(PCI_CONFIG=)n,\1y,' $1/.config sed -ri 's,(LIBRTE_IEEE1588=)n,\1y,' $1/.config sed -ri 's,(BYPASS=)n,\1y,' $1/.config test "$DPDK_DEP_ARCHIVE" != y || \ -- 2.20.1