diff options
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 9638e9c5f2..d13980ceb0 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -42,11 +42,7 @@ define Package/busybox/description endef define Package/busybox/config - menu "Configuration" - depends on PACKAGE_busybox - source "$(SOURCE)/target-config.in" - source "$(SOURCE)/config/Config.in" - endmenu + source "$(SOURCE)/Config.in" endef define Build/Configure |