diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 19:54:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 19:54:20 +0200 |
commit | 33dd541790614765228a71477e1f8b2b6aa21ce1 (patch) | |
tree | c293114e1ff13922e6e5063961a630312b56a52d /package/tar/Makefile | |
parent | 13a16e7b8ba486e04de29fcc2a30ca52cf1e6301 (diff) |
reorganize the handling of busybox applets, which needs to be disabled when full programm is choosen by the user
Diffstat (limited to 'package/tar/Makefile')
-rw-r--r-- | package/tar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tar/Makefile b/package/tar/Makefile index d8b6df756..a7e4d32fd 100644 --- a/package/tar/Makefile +++ b/package/tar/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 00d1e769c6af702c542cca54b728920d PKG_DESCR:= GNU archiving application PKG_SECTION:= archive +PKG_DEPENDS:= libgcc PKG_URL:= http://mirrors.kernel.org/gnu/tar/ PKG_SITES:= http://mirrors.kernel.org/gnu/tar/ |