diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-10-03 06:07:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-10-03 06:07:28 +0000 |
commit | d2f329226693344a07d8544d206f52073b4f267f (patch) | |
tree | 43605a752ac71e3e582fe1ab72e58413eecb86b8 /package | |
parent | d7fe0ca7a006da5f802522727e55e1565f398c8f (diff) | |
download | upstream-d2f329226693344a07d8544d206f52073b4f267f.tar.gz upstream-d2f329226693344a07d8544d206f52073b4f267f.tar.bz2 upstream-d2f329226693344a07d8544d206f52073b4f267f.zip |
fix busybox configuration submenu
SVN-Revision: 9103
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/Makefile | 2 |
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 |