summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 7c7bd3adf..3844e879e 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -42,9 +42,9 @@ define Package/busybox/description
endef
define Package/busybox/config
- source "$(SOURCE)/target-config.in"
menu "Configuration"
depends on PACKAGE_busybox
+ source "$(SOURCE)/target-config.in"
source "$(SOURCE)/config/Config.in"
endmenu
endef