diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-16 22:16:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-16 22:16:49 +0000 |
commit | b89c083161ee3fbc85c7306255ab4b77c0648afb (patch) | |
tree | 128426c90e7decabbc18b20420296a441b09d9c5 /tools/ipkg-utils/Makefile | |
parent | 8740549c573adf52c1b73f720e1ca52d15f90979 (diff) | |
download | upstream-b89c083161ee3fbc85c7306255ab4b77c0648afb.tar.gz upstream-b89c083161ee3fbc85c7306255ab4b77c0648afb.tar.bz2 upstream-b89c083161ee3fbc85c7306255ab4b77c0648afb.zip |
tools/ipkg-utils: calculate installed size from embedded data.tar.gz, makes opkg space checking more precise
SVN-Revision: 25021
Diffstat (limited to 'tools/ipkg-utils/Makefile')
-rw-r--r-- | tools/ipkg-utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ipkg-utils/Makefile b/tools/ipkg-utils/Makefile index 48eb7e3795..778260921e 100644 --- a/tools/ipkg-utils/Makefile +++ b/tools/ipkg-utils/Makefile @@ -12,7 +12,6 @@ PKG_VERSION:=1.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://handhelds.org/packages/ipkg-utils/ PKG_MD5SUM:=da3e3ef772973d7370a6ac95f0fef9b8 -PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk |