From d2f329226693344a07d8544d206f52073b4f267f Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 3 Oct 2007 06:07:28 +0000
Subject: [PATCH] fix busybox configuration submenu

SVN-Revision: 9103
---
 package/busybox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 7c7bd3adf8..3844e879ef 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
-- 
GitLab