summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 03:06:32 -0700
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 03:06:32 -0700
commit0f80f2fdff5aa23a630dd0161e91c1ce0a6d9bea (patch)
treec5faac2b728d830f5b8fd1275b3ce9902d2a21e5 /package/busybox/Makefile
parent69d9bac9dad423e4cabf7bfa97a7765e4c442104 (diff)
fix cross-compile on OpenBSD host
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 7941fff37..0cde4bca5 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:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 795394f83903b5eec6567d51eebb417e
PKG_DESCR:= core utilities for embedded systems
PKG_SECTION:= base