aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ebtables/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-02-11 11:31:07 +0000
committerNicolas Thill <nico@openwrt.org>2015-02-11 11:31:07 +0000
commitede8135f37ebddb59cbc3b77a4c8dd206efe4ea1 (patch)
tree570fbc5658d826c202fdee50dccdcc5aba2f4d37 /package/network/utils/ebtables/Makefile
parentdf3803364771849cc73f155e1dc74f9867263e15 (diff)
downloadmaster-187ad058-ede8135f37ebddb59cbc3b77a4c8dd206efe4ea1.tar.gz
master-187ad058-ede8135f37ebddb59cbc3b77a4c8dd206efe4ea1.tar.bz2
master-187ad058-ede8135f37ebddb59cbc3b77a4c8dd206efe4ea1.zip
ebtables: disable rpath
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/ebtables/Makefile')
-rw-r--r--package/network/utils/ebtables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/ebtables/Makefile b/package/network/utils/ebtables/Makefile
index 8c2fe2c724..214e247e74 100644
--- a/package/network/utils/ebtables/Makefile
+++ b/package/network/utils/ebtables/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
PKG_VERSION:=2.0.10-4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ebtables