diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-10 14:51:13 +0000 |
commit | 4a0c312dc38f420c0470bdc94f8c2d654cfc2542 (patch) | |
tree | e50a6763e062cb67c76a8fc09b67a959d66c9f02 /package/network/utils/xtables-addons/Makefile | |
parent | e3a28f415b69af5d99170e3ac7265afc9de8c668 (diff) | |
download | upstream-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.tar.gz upstream-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.tar.bz2 upstream-4a0c312dc38f420c0470bdc94f8c2d654cfc2542.zip |
xtables-addons: update to version 2.3, adds linux 3.10 compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37226
Diffstat (limited to 'package/network/utils/xtables-addons/Makefile')
-rw-r--r-- | package/network/utils/xtables-addons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile index 10bafd14e7..44cd272ea4 100644 --- a/package/network/utils/xtables-addons/Makefile +++ b/package/network/utils/xtables-addons/Makefile @@ -10,9 +10,9 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=xtables-addons ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.7.0)),1) -PKG_VERSION:=2.1 +PKG_VERSION:=2.3 PKG_RELEASE:=1 -PKG_MD5SUM:=b624fc57bbda9e15c33a6471e4ec75e1 +PKG_MD5SUM:=7d942729c365a549513511061f74c3e3 else PKG_VERSION:=1.45 PKG_RELEASE:=3 |