diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-09-27 15:13:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-09-27 15:13:35 +0000 |
commit | f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a (patch) | |
tree | 6b9029ce1276ad0c69b57d529244c7cbda02a199 | |
parent | 50dd431344bc3abbb3a96b5a141adf3e29ef1efd (diff) | |
download | upstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.tar.gz upstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.tar.bz2 upstream-f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a.zip |
Fix location to the ebtables modules (#3855)
SVN-Revision: 12735
-rw-r--r-- | package/ebtables/Makefile | 3 |
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 |