X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fxtables-addons%2FMakefile;h=e4412a840974e5ee32570524fd266ef08bea2f1e;hp=f75efb16f2b757344b6b9b771c4ffe4f8072073a;hb=dae70e3ff62577a27543ae185a1d71fff65167af;hpb=87f15a40e45dce5e82d616d9251bb7bf269169f4 diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index f75efb16f2..e4412a8409 100644 --- a/net/xtables-addons/Makefile +++ b/net/xtables-addons/Makefile @@ -4,21 +4,17 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=xtables-addons -PKG_VERSION:=1.9 +PKG_VERSION:=1.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=578176c969a70858bfc06d9ee3b5dbda -PKG_SOURCE_URL:= \ - http://dev.medozas.de/files/xtables/ \ - http://dev.medozas.de/files/xtables/old - +PKG_MD5SUM:=eca2e3f4f4904814e3a301539876fae6 +PKG_SOURCE_URL:=@SF/xtables-addons PKG_BUILD_DEPENDS:=iptables include $(INCLUDE_DIR)/package.mk @@ -43,6 +39,7 @@ define Build/Compile ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ + DEPMOD="/bin/true" \ all install endef @@ -95,6 +92,5 @@ $(eval $(call KernelPackage,compat-xtables)) $(eval $(call BuildTemplate,chaos,CHAOS,xt_CHAOS,47,+kmod-compat-xtables +kmod-ipt-delude +kmod-ipt-tarpit)) $(eval $(call BuildTemplate,condition,condition,xt_condition,46)) $(eval $(call BuildTemplate,delude,DELUDE,xt_DELUDE,46,+kmod-compat-xtables)) -$(eval $(call BuildTemplate,portscan,portscan,xt_portscan,46)) $(eval $(call BuildTemplate,tarpit,TARPIT,xt_TARPIT,46,+kmod-compat-xtables)) $(eval $(call BuildTemplate,ipp2p,ipp2p,xt_ipp2p,46))