[packages] net/xtables-addons: add alternative url (closes #4712)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14692 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-02-28 15:53:39 +00:00
parent 2d49906d24
commit 32d4971183

View File

@ -14,8 +14,10 @@ PKG_VERSION:=1.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://dev.medozas.de/files/xtables/
PKG_MD5SUM:=578176c969a70858bfc06d9ee3b5dbda
PKG_SOURCE_URL:= \
http://dev.medozas.de/files/xtables/ \
http://dev.medozas.de/files/xtables/old
PKG_BUILD_DEPENDS:=iptables
@ -36,7 +38,7 @@ CONFIGURE_ARGS+= \
--with-xtables="$(STAGING_DIR)/usr" \
--with-xtlibdir="/usr/lib/iptables" \
define Build/Compile
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \