diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-03-09 22:07:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-03-09 22:07:05 +0000 |
commit | a7f198b12cdafaa515a59d323d627893b4337e16 (patch) | |
tree | 772c70bdd81c14b4526586b971dc3cd1a153dbf3 /package/network/utils/ebtables/Makefile | |
parent | 28631b65c28ef6405fb07062b5294a9bfefd0ad5 (diff) | |
download | mtk-20170518-a7f198b12cdafaa515a59d323d627893b4337e16.zip mtk-20170518-a7f198b12cdafaa515a59d323d627893b4337e16.tar.gz mtk-20170518-a7f198b12cdafaa515a59d323d627893b4337e16.tar.bz2 |
ebtables: revert "disable rpath" (closes: #19088)
This reverts commit 9340723d70bce9d905c3f53b2bf415963153b34d.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44634
Diffstat (limited to 'package/network/utils/ebtables/Makefile')
-rw-r--r-- | package/network/utils/ebtables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile index 214e247..4f6d7f5 100644 --- a/package/network/utils/ebtables/Makefile +++ b/package/network/utils/ebtables/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ebtables PKG_VERSION:=2.0.10-4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ebtables |