summaryrefslogtreecommitdiff
path: root/package/toybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-19 09:09:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-19 09:09:27 +0100
commit28f83a7fd3757c7ff486e4f12451de5285daf7d7 (patch)
treec2b1ba5af5961f71b20652c5aa39b13eb0e24b57 /package/toybox
parent0117f348a50f542fff32a0a6f2f813a0686d9117 (diff)
toybox: disable swap tools
Diffstat (limited to 'package/toybox')
-rw-r--r--package/toybox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/toybox/Makefile b/package/toybox/Makefile
index c99b249fb..3a620a092 100644
--- a/package/toybox/Makefile
+++ b/package/toybox/Makefile
@@ -23,6 +23,7 @@ CONFIG_STYLE:= manual
XAKE_FLAGS+= CC="gcc" V=1 PREFIX="$(WRKINST)"
do-configure:
+ -rm $(WRKBUILD)/toys/other/swap*.c
cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig
toybox-install: