From: Markham Date: Sat, 28 Jan 2017 09:09:55 +0000 (+0100) Subject: BS: add target busyboxconfig X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=fcc83908c7ded5016129cfd02049cc72a6744e2b;p=bs-cst-neutrino-hd.git BS: add target busyboxconfig --- diff --git a/make/applications.mk b/make/applications.mk index 990cfb5..0218e51 100755 --- a/make/applications.mk +++ b/make/applications.mk @@ -16,6 +16,12 @@ $(D)/procps: $(D)/libncurses $(ARCHIVE)/procps-3.2.8.tar.gz | $(TARGETPREFIX) $(REMOVE)/procps-3.2.8 touch $@ +busyboxconfig: $(ARCHIVE)/busybox-$(BUSYBOX_VER).tar.bz2 | $(TARGETPREFIX) + $(UNTAR)/busybox-$(BUSYBOX_VER).tar.bz2 + pushd $(BUILD_TMP)/busybox-$(BUSYBOX_VER) && \ + cp $(PATCHES)/busybox-1.22.1-hd1.config .config && \ + make ARCH=arm CROSS_COMPILE=$(TARGET)- menuconfig + $(D)/busybox: $(ARCHIVE)/busybox-$(BUSYBOX_VER).tar.bz2 | $(TARGETPREFIX) $(UNTAR)/busybox-$(BUSYBOX_VER).tar.bz2 pushd $(BUILD_TMP)/busybox-$(BUSYBOX_VER) && \