diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-07 19:42:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-07 19:42:00 +0200 |
commit | 440dcafbd07915cadeb26806fe6d8835d62f293b (patch) | |
tree | 4f4bd3575253b05f0598720c13c9c4c8df2a73e9 /package/busybox | |
parent | 0c4255f9860dec3c7f0ecf32454bd93268879278 (diff) |
support for 32/64 x86_64 multilib with eglibc
Diffstat (limited to 'package/busybox')
-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 34b274d96..9fe1ef52a 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= e025414bc6cd79579cc7a32a45d3ae1c PKG_DESCR:= Core utilities for embedded systems PKG_SECTION:= base -#PKG_BUILDDEP:= libtirpc +PKG_BUILDDEP:= libtirpc PKG_URL:= http://www.busybox.net/ PKG_SITES:= http://www.busybox.net/downloads/ |