diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
commit | dd163e09b582177ce54fae44b63b10579ee0746d (patch) | |
tree | 80f6341bacc9e62a274231157ec35a5b262f5e24 /package/xz/Makefile | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
fix make allmodconfig
update several packages, remove snort-wireless.
Diffstat (limited to 'package/xz/Makefile')
-rw-r--r-- | package/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xz/Makefile b/package/xz/Makefile index 5bffd5822..0caa69fca 100644 --- a/package/xz/Makefile +++ b/package/xz/Makefile @@ -7,9 +7,9 @@ PKG_NAME:= xz PKG_VERSION:= 4.999.9beta PKG_RELEASE:= 1 PKG_MD5SUM:= f2073579b6da2fe35d453adee1aaf1b2 -PKG_DESCR:= retrieving files using HTTP, HTTPS and FTP +PKG_DESCR:= lzma compression utility PKG_SECTION:= net -PKG_URL:= http://tukaani.org/xz +PKG_URL:= http://tukaani.org/xz/ PKG_SITES:= http://tukaani.org/xz/ include ${TOPDIR}/mk/package.mk |