From: Florian Fainelli Date: Sat, 27 Sep 2008 15:13:35 +0000 (+0000) Subject: Fix location to the ebtables modules (#3855) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b0f34d47e8f11e4b427ee15c50c35d44c851463d;p=openwrt%2Fsvn-archive%2Farchive.git Fix location to the ebtables modules (#3855) SVN-Revision: 12735 --- 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