summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/tests/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/devkit/tests/common/Makefile')
-rw-r--r--cleopatre/devkit/tests/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cleopatre/devkit/tests/common/Makefile b/cleopatre/devkit/tests/common/Makefile
index 3874303b8b..cf8755532d 100644
--- a/cleopatre/devkit/tests/common/Makefile
+++ b/cleopatre/devkit/tests/common/Makefile
@@ -37,6 +37,7 @@ busybox/.config: $(BUILDROOT_BUSYBOX_CONFIG) buildroot-config $(BUILDROOT_BUSYBO
mkdir -p busybox
cp $< $@
sed -i 's/CONFIG_HALT=y/# CONFIG_HALT is not set/' $@
+ sed -i 's/CONFIG_DF=y/# CONFIG_DF is not set/' $@
$(MAKE) -C $(BUILDROOT_BUSYBOX_DIR) O=$(CURDIR)/busybox oldconfig
busybox-unpacked: buildroot-config