diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 19:38:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-17 19:38:08 +0100 |
commit | 9134dc9887476e126e431f3ad38b70ba27a68bcc (patch) | |
tree | 28aadf64acb649bbc0ba9d0de52b8c2f658fc759 /package/busybox/Makefile | |
parent | 48c615f73267de76881ec01e88ea9a3e3ff660a6 (diff) |
fix installations of big packages with ipkg for some systems, like raspberry pi
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 1d50365e3..d4184a37a 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= busybox PKG_VERSION:= 1.21.1 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 795394f83903b5eec6567d51eebb417e PKG_DESCR:= core utilities for embedded systems PKG_SECTION:= base |