diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-06 19:19:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-09 02:49:18 +0100 |
commit | 68a2f573ea13d6e028c5eba43bde813c6994f080 (patch) | |
tree | 12e965dee3d49ac177dc4999ec48fb615d4083be /package/toybox | |
parent | 9c303e0bc04b9c02c3047d4cf3b3486b384ea1ba (diff) |
rework base submenu, make it more clear what is already provided by busybox
Diffstat (limited to 'package/toybox')
-rw-r--r-- | package/toybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/toybox/Makefile b/package/toybox/Makefile index c46bd2f30..c99b249fb 100644 --- a/package/toybox/Makefile +++ b/package/toybox/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= linux tools collection PKG_SECTION:= base/apps PKG_URL:= http://landley.net/toybox/ PKG_SITES:= http://landley.net/toybox/downloads/ +PKG_BB:= 1 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |