add support for a common shell include file, which is evaluated for every make shell...
[openwrt.git] / package / busybox / Makefile
index c87701a..f56d246 100644 (file)
@@ -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
 
This page took 0.026663 seconds and 4 git commands to generate.