summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 57faaa240..ca0465fca 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -50,7 +50,7 @@ $(STATEDIR)/busybox.extract: $(busybox_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(BUSYBOX_DIR))
@$(call extract, BUSYBOX)
- @$(call patchin, $(BUSYBOX))
+ @$(call patchin, BUSYBOX)
# # fix: turn off debugging in init.c
perl -i -p -e 's/^#define DEBUG_INIT/#undef DEBUG_INIT/g' $(BUSYBOX_DIR)/init/init.c