diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 20:21:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 20:21:39 +0000 |
commit | 713863458d529eeb1bab447ef6326bc9e1a86b6c (patch) | |
tree | a3d325d614e1925db50f97bb3c5196d30519a463 /package/ipsec-tools/Makefile | |
parent | 4cb7672e61307eecd491f460d2fb88372dd469bc (diff) | |
download | upstream-713863458d529eeb1bab447ef6326bc9e1a86b6c.tar.gz upstream-713863458d529eeb1bab447ef6326bc9e1a86b6c.tar.bz2 upstream-713863458d529eeb1bab447ef6326bc9e1a86b6c.zip |
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools/Makefile')
-rw-r--r-- | package/ipsec-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index f1620d325c..a1afe6283e 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -7,6 +7,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ipsec-tools PKG_VERSION:=0.6.6 @@ -15,10 +16,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/ipsec-tools PKG_MD5SUM:=e908f3cf367e31c7902df5ab16fbe5c3 -PKG_CAT:=bzcat include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/kernel.mk define Package/ipsec-tools SECTION:=net |