summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:57:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:57:24 +0100
commit2c27a4ba9d9d652426e6380cb52026021d00afc6 (patch)
treeb1a0b52c98a4077b574879f9f6bb3891c83f20ad /Makefile
parent105aee13de696de79e7cac1208b807fe0286fe4e (diff)
downloadembtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.gz
embtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.bz2
embtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.xz
Packages: busybox: give ability to configure busybox directly into Embtoolkit configuration menu
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/Makefile b/Makefile
index 0a5b0ed..701184b 100644
--- a/Makefile
+++ b/Makefile
@@ -126,30 +126,6 @@ include mk/toolchain.mk
include mk/packages.mk
include mk/rootfs.mk
-busybox_config:
-ifeq ($(CONFIG_EMBTK_DOTCONFIG),)
- $(call EMBTK_GENERIC_MESSAGE,"Please run make xconfig and configure \
- EmbToolkit first")
- @echo
- @echo
-else ifeq ($(CONFIG_EMBTK_HAVE_ROOTFS),)
- $(call EMBTK_GENERIC_MESSAGE,"Please run make xconfig and enable build \
- of root filesystem")
- @echo
- @echo
-else ifeq ($(CONFIG_EMBTK_ROOTFS_HAVE_BB),)
- $(call EMBTK_GENERIC_MESSAGE,"Please run make xconfig and enable build \
- of Busybox")
- @echo
- @echo
-else
- $(Q)make mkinitialpath
- $(Q)make download_busybox $(BB_BUILD_DIR)/.decompressed \
- $(BB_BUILD_DIR)/.Config.in.renewed
- KCONFIG_CONFIG=$(BB_BUILD_DIR)/.config \
- scripts/kconfig/qconf $(BB_BUILD_DIR)/Config.in.new
-endif
-
help:
$(call EMBTK_GENERIC_MESSAGE,"Embedded systems Toolkit help. Please \
visit - http://embtoolkit.org -for more details")
@@ -175,13 +151,6 @@ help:
@echo "make distclean: Same as clean, but remove all downloaded"
@echo " packages, host tools and .config.old files."
@echo
- @echo " -------------------"
- @echo "| Packages: Busybox |"
- @echo " -------------------"
- @echo "make busybox_config:"
- @echo " Download busybox (if necessary) and show you a"
- @echo " GUI in order to configure busybox."
- @echo
@echo " -----------------"
@echo "| Root filesystem |"
@echo " -----------------"