summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index c87701ad1..f56d2462d 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -31,10 +31,12 @@ define Package/busybox
It slices, it dices, it makes Julian Fries.
URL:=http://busybox.net/
MENU:=1
- CONFIG:=\\\
- menu "Configuration" \\\
- depends on PACKAGE_busybox \\\
- source "$(SOURCE)/config/Config.in" \\\
+endef
+
+define Package/busybox/config
+ menu "Configuration"
+ depends on PACKAGE_busybox
+ source "$(SOURCE)/config/Config.in"
endmenu
endef