From 70f6cc4f3fc25172a870f85e4fcb7a3949e7783b Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 24 May 2009 00:33:42 +0200 Subject: Rootfs: initial adds in order to build packages Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/packages.kconfig | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'kconfig/packages.kconfig') diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig index e69de29..59ef33a 100644 --- a/kconfig/packages.kconfig +++ b/kconfig/packages.kconfig @@ -0,0 +1,31 @@ +######################################################################################### +# GAYE Abdoulaye Walsimou, +# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved. +# For Copyrright from linux kernel's build/configure system, see their source code +# +# This program is free software; you can distribute it and/or modify it +# under the terms of the GNU General Public License +# (Version 2 or later) published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. +######################################################################################### +# +# \file packages.kconfig +# \brief packages.kconfig of Embtoolkit +# \author GAYE Abdoulaye Walsimou, +# \date May 2009 +######################################################################################### + +#Busybox +config EMBTK_ROOTFS_HAVE_BB + bool "Have Busybox in your root filesystem" +if EMBTK_ROOTFS_HAVE_BB +source packages/busybox/busybox.kconfig +endif -- cgit v1.2.3