aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-10-03 06:07:28 +0000
committerNicolas Thill <nico@openwrt.org>2007-10-03 06:07:28 +0000
commitd2f329226693344a07d8544d206f52073b4f267f (patch)
tree43605a752ac71e3e582fe1ab72e58413eecb86b8 /package/busybox
parentd7fe0ca7a006da5f802522727e55e1565f398c8f (diff)
downloadupstream-d2f329226693344a07d8544d206f52073b4f267f.tar.gz
upstream-d2f329226693344a07d8544d206f52073b4f267f.tar.bz2
upstream-d2f329226693344a07d8544d206f52073b4f267f.zip
fix busybox configuration submenu
SVN-Revision: 9103
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
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