summaryrefslogtreecommitdiff
path: root/kconfig/packages.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/packages.kconfig')
-rw-r--r--kconfig/packages.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index ffd3ffc..95517a9 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -24,9 +24,9 @@
################################################################################
#Busybox
-config EMBTK_ROOTFS_HAVE_BB
+config EMBTK_HAVE_BB
bool "Have Busybox in your root filesystem"
-if EMBTK_ROOTFS_HAVE_BB
+if EMBTK_HAVE_BB
menu "Busybox configuration"
source packages/busybox/busybox.kconfig
endmenu