aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index f8a12831d..891c9ced7 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -28,6 +28,10 @@ ifeq ($(CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER),y)
28INSTALL_OPTS:= --scriptwrapper 28INSTALL_OPTS:= --scriptwrapper
29endif 29endif
30endif 30endif
31ifeq ($(CONFIG_FEATURE_INDIVIDUAL),y)
32INSTALL_OPTS:= --binaries
33LIBBUSYBOX_SONAME:= 0_lib/libbusybox.so.$(BB_VER)
34endif
31install: $(srctree)/applets/install.sh busybox busybox.links 35install: $(srctree)/applets/install.sh busybox busybox.links
32 $(Q)DO_INSTALL_LIBS="$(strip $(LIBBUSYBOX_SONAME) $(DO_INSTALL_LIBS))" \ 36 $(Q)DO_INSTALL_LIBS="$(strip $(LIBBUSYBOX_SONAME) $(DO_INSTALL_LIBS))" \
33 $(SHELL) $< $(CONFIG_PREFIX) $(INSTALL_OPTS) 37 $(SHELL) $< $(CONFIG_PREFIX) $(INSTALL_OPTS)