summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/bridge-utils.in1
-rw-r--r--rules/bridge-utils.make7
2 files changed, 1 insertions, 7 deletions
diff --git a/rules/bridge-utils.in b/rules/bridge-utils.in
index 29e8084b1..3d9cb0524 100644
--- a/rules/bridge-utils.in
+++ b/rules/bridge-utils.in
@@ -5,7 +5,6 @@ config BRIDGE_UTILS
tristate
prompt "bridge utils "
select GCCLIBS_GCC_S
- select KERNEL_HEADER
depends on !BUSYBOX_BRCTL || ALLYES
help
Utilities for configuring the Linux ethernet bridge
diff --git a/rules/bridge-utils.make b/rules/bridge-utils.make
index ceb178de8..39db4871e 100644
--- a/rules/bridge-utils.make
+++ b/rules/bridge-utils.make
@@ -31,15 +31,10 @@ BRIDGE_UTILS_LICENSE := GPL-2.0+
# Prepare
# ----------------------------------------------------------------------------
-BRIDGE_UTILS_PATH := PATH=$(CROSS_PATH)
-BRIDGE_UTILS_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-BRIDGE_UTILS_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --with-linux-headers=$(KERNEL_HEADERS_DIR)
+BRIDGE_UTILS_CONF_TOOL := autoconf
# ----------------------------------------------------------------------------
# Target-Install