aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/xtables-addons/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-07 19:30:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-07 19:30:33 +0000
commit4d39f186bcf88889355c6c59c337bde11089e994 (patch)
tree6bab2812bf8114ff911d7581eb0890faaf39e6f8 /package/network/utils/xtables-addons/Makefile
parent053a3a4aaf81f3ac32087f272eadf1a72453a58c (diff)
downloadupstream-4d39f186bcf88889355c6c59c337bde11089e994.tar.gz
upstream-4d39f186bcf88889355c6c59c337bde11089e994.tar.bz2
upstream-4d39f186bcf88889355c6c59c337bde11089e994.zip
xtables-addons: remove version 1.x for old kernels
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42047
Diffstat (limited to 'package/network/utils/xtables-addons/Makefile')
-rw-r--r--package/network/utils/xtables-addons/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile
index 4e18988ad9..2f74bb7828 100644
--- a/package/network/utils/xtables-addons/Makefile
+++ b/package/network/utils/xtables-addons/Makefile
@@ -9,16 +9,9 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=xtables-addons
-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.7.0)),1)
PKG_VERSION:=2.3
PKG_RELEASE:=1
PKG_MD5SUM:=7d942729c365a549513511061f74c3e3
-else
-PKG_VERSION:=1.45
-PKG_RELEASE:=3
-PKG_MD5SUM:=802d2f556a5e545f44e4b69937bf8490
-PATCH_DIR:=./patches-1.x
-endif
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/xtables-addons
@@ -37,6 +30,7 @@ define Package/xtables-addons
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall
+ DEPENDS:=@!LINUX_3_3
TITLE:=Extensions not distributed in the main Xtables
URL:=http://xtables-addons.sourceforge.net/
endef