]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
BS: add target busyboxconfig
authorMarkham <markham001@gmx.de>
Sat, 28 Jan 2017 09:09:55 +0000 (10:09 +0100)
committerMarkham <markham001@gmx.de>
Sat, 28 Jan 2017 09:09:55 +0000 (10:09 +0100)
make/applications.mk

index 990cfb5b826d717882fb5b8f360d948c431305cd..0218e51e9a926213da2d1d7368b1ad0368c48e3d 100755 (executable)
@@ -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) && \