summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-29 01:41:59 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-29 01:41:59 +0000
commit9503b04c34b07750df3c2fe16427b4807949417e (patch)
tree040e40ea34eec30d6d15012b3c86bb28c4fd68de
parent72ea2d0ed3a299acbf1cef45006635300a6aa86e (diff)
downloadmtk-20170518-9503b04c34b07750df3c2fe16427b4807949417e.zip
mtk-20170518-9503b04c34b07750df3c2fe16427b4807949417e.tar.gz
mtk-20170518-9503b04c34b07750df3c2fe16427b4807949417e.tar.bz2
cosmetic change to standardize layout.
SVN-Revision: 3836
-rw-r--r--openwrt/package/iptables/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile
index fc57f9c..ae2adcf 100644
--- a/openwrt/package/iptables/Makefile
+++ b/openwrt/package/iptables/Makefile
@@ -5,16 +5,16 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iptables
PKG_VERSION:=1.3.5
PKG_RELEASE:=1
-PKG_MD5SUM:=00fb916fa8040ca992a5ace56d905ea5
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_MD5SUM:=00fb916fa8040ca992a5ace56d905ea5
PKG_CAT:=bzcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_MENU:=IPv4 / IPv6 firewall administration