From 20add785afb09386853ddbbd4652ea3733ea17fd Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 31 Aug 2011 18:30:38 +0200 Subject: Packages: busybox: convert it to use generic macros (at least partially) Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/packages.kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfig/packages.kconfig') 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 -- cgit v1.2.3