aboutsummaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-09-27 15:13:35 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-09-27 15:13:35 +0000
commitf1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a (patch)
tree6b9029ce1276ad0c69b57d529244c7cbda02a199 /package/ebtables
parent50dd431344bc3abbb3a96b5a141adf3e29ef1efd (diff)
downloadupstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.tar.gz
upstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.tar.bz2
upstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.zip
Fix location to the ebtables modules (#3855)
SVN-Revision: 12735
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 3da99f329e..aef4285d28 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