]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix busybox dependency
authorMarkham <markham001@gmx.de>
Sat, 14 Apr 2018 16:14:04 +0000 (18:14 +0200)
committerMarkham <markham001@gmx.de>
Sat, 14 Apr 2018 16:14:04 +0000 (18:14 +0200)
make/applications.mk

index d6611370e343212b640ac5cccdbb635ef2416b2e..5523f737b5848f2822e66b382b85959433875c86 100755 (executable)
@@ -50,7 +50,7 @@ BUSYBOX_MAKE_OPTS = \
 ifeq ($(PLATFORM), $(filter $(PLATFORM), apollo kronos))
 DF_FIX = $(PATCH)/busybox-1.26.2-fix-df-uclibc.diff;
 endif
-$(D)/busybox: $(ARCHIVE)/busybox-$(BUSYBOX_VER).tar.bz2 | $(TARGETPREFIX)
+$(D)/busybox: $(D)/libtirpc $(ARCHIVE)/busybox-$(BUSYBOX_VER).tar.bz2 | $(TARGETPREFIX)
        $(START_BUILD)
        $(UNTAR)/busybox-$(BUSYBOX_VER).tar.bz2
        pushd $(BUILD_TMP)/busybox-$(BUSYBOX_VER) && \