From: Nicolas Thill Date: Wed, 3 Oct 2007 06:07:28 +0000 (+0000) Subject: fix busybox configuration submenu X-Git-Tag: reboot~27945 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2f329226693344a07d8544d206f52073b4f267f;p=oweals%2Fopenwrt.git fix busybox configuration submenu SVN-Revision: 9103 --- 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