diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 14:32:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 14:32:28 +0200 |
commit | f04227421063498a88707c43ec80b2b70d9b8d83 (patch) | |
tree | 189393a32f3af46500594d744010913ebebc1f2b /package/busybox/Makefile | |
parent | 7a8e9c0ea181628555861fb4bbd3760ed1ca80e2 (diff) |
complete musl support, tested with qemu-arm
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 7ab3da9db..4a8e8ea68 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,6 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= e025414bc6cd79579cc7a32a45d3ae1c PKG_DESCR:= Core utilities for embedded systems PKG_SECTION:= base -PKG_BUILDDEP:= libtirpc PKG_URL:= http://www.busybox.net/ PKG_SITES:= http://www.busybox.net/downloads/ |