diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2010-11-20 18:31:08 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 20:22:09 +0100 |
commit | c0a339df2c53b06480386b96b534830360c09a50 (patch) | |
tree | b2ad2747ee25ecb3bcfa90debf874249d5cdca2e /package/busybox/Makefile | |
parent | 8044074252f01bb815080e6693ab877a0d34833a (diff) |
unbreak on MirBSD (and, possibly, OpenBSD)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 47bb590fb..cf093bd19 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= busybox PKG_VERSION:= 1.17.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 7360b7138b899ee7fc885791c740c3c3 PKG_DESCR:= Core utilities for embedded systems PKG_SECTION:= base |