summaryrefslogtreecommitdiff
path: root/openwrt/package/bridge
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-02-06 00:22:07 +0000
committerMike Baker <mbm@openwrt.org>2005-02-06 00:22:07 +0000
commit7c3fb3e738b4e64288c68203fa75f9052ae61927 (patch)
tree0add4f064837dc1f7213e508564853766af8d29a /openwrt/package/bridge
parent1ecacf4f5876c2ae68481f42fd756dcf5744f9c5 (diff)
downloadmtk-20170518-7c3fb3e738b4e64288c68203fa75f9052ae61927.zip
mtk-20170518-7c3fb3e738b4e64288c68203fa75f9052ae61927.tar.gz
mtk-20170518-7c3fb3e738b4e64288c68203fa75f9052ae61927.tar.bz2
wbx's kernel patches
SVN-Revision: 209
Diffstat (limited to 'openwrt/package/bridge')
-rw-r--r--openwrt/package/bridge/bridge.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/bridge/bridge.mk b/openwrt/package/bridge/bridge.mk
index 7865b6e..9cf9f33 100644
--- a/openwrt/package/bridge/bridge.mk
+++ b/openwrt/package/bridge/bridge.mk
@@ -36,7 +36,7 @@ $(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
$(DISABLE_NLS) \
- --with-linux=$(LINUX_DIR) \
+ --with-linux-headers=$(LINUX_DIR) \
);
touch $(BRIDGE_BUILD_DIR)/.configured