Author: nbd Date: 2014-08-07 21:30:33 +0200 (Thu, 07 Aug 2014) New Revision: 42047
Removed: trunk/package/network/utils/xtables-addons/patches-1.x/ Modified: trunk/package/network/utils/xtables-addons/Makefile Log: xtables-addons: remove version 1.x for old kernels Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/xtables-addons/Makefile =================================================================== --- trunk/package/network/utils/xtables-addons/Makefile 2014-08-07 18:59:22 UTC (rev 42046) +++ trunk/package/network/utils/xtables-addons/Makefile 2014-08-07 19:30:33 UTC (rev 42047) @@ -9,16 +9,9 @@ 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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
