summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-27 15:13:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-27 15:13:35 +0000
commitefe85d2e9135e245798cfb5dc9d7834d123f24bf (patch)
tree0458a178534ce9477b66d1c310fabd9bc9fbc0bb /package
parent9543640bbf4ced373f9a5634b7bf4d5cc551b42c (diff)
Fix location to the ebtables modules (#3855)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ebtables/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 3da99f329..aef4285d2 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -36,7 +36,8 @@ define Package/ebtables/description
endef
MAKE_FLAGS += \
- CFLAGS="$(TARGET_CFLAGS)"
+ CFLAGS="$(TARGET_CFLAGS)" \
+ LIBDIR="/usr/lib/ebtables"
define Package/ebtables/install
$(INSTALL_DIR) $(1)/etc