From: Felix Fietkau Date: Sat, 14 Oct 2006 23:03:30 +0000 (+0000) Subject: ignore tar errors in atftp X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a36840fedfad4e4801f6542dd7229424e16ff0d9;hp=d9c6c5c5eda1a1401e99dec8f005853a7d4184ae ignore tar errors in atftp SVN-Revision: 5101 --- diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 0e45338f8b..e09e452fa5 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -15,6 +15,7 @@ PKG_MD5SUM:=3b27365772d918050b2251d98a9c7c82 PKG_SOURCE_URL:=ftp://ftp.mamalinux.com/pub/atftp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat +TAR_OPTIONS += || true PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install