summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 00:33:42 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 00:33:42 +0200
commit70f6cc4f3fc25172a870f85e4fcb7a3949e7783b (patch)
tree22b879dc5d0be0d3af5e33e88d3bc653de90c4e4 /kconfig
parent4b0e5682d0bb8a8914b8a56e12ea6f1e3a40a7ae (diff)
downloadembtoolkit-70f6cc4f3fc25172a870f85e4fcb7a3949e7783b.tar.gz
embtoolkit-70f6cc4f3fc25172a870f85e4fcb7a3949e7783b.tar.bz2
embtoolkit-70f6cc4f3fc25172a870f85e4fcb7a3949e7783b.tar.xz
Rootfs: initial adds in order to build packages
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/packages.kconfig31
1 files changed, 31 insertions, 0 deletions
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, <walsimou@walsimou.com>
+# 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, <walsimou@walsimou.com>
+# \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