diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-01-06 20:08:01 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-06 21:44:39 +0100 |
commit | f1731031716368f07797e93cc7ae71e155ac92e0 (patch) | |
tree | 52583d608c1e99fe9896fab9ad8fb1e6ee97d9aa /package/busybox/Makefile | |
parent | d202b06f7b4accdb230822ed6b3c0a5a8fc92917 (diff) |
fix build error due to missing includes
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 6145cb780..2f17738bc 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= busybox PKG_VERSION:= 1.18.1 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= f15fe752d8b7012aa5e59f83b88ccb1c PKG_DESCR:= Core utilities for embedded systems PKG_SECTION:= base |