install symlinks directly into initrd

This commit is contained in:
Trammell Hudson 2017-03-29 16:49:07 -04:00
parent ab0476ad2f
commit 8f63763e53
No known key found for this signature in database
GPG Key ID: C7CFA251FF608213

View File

@ -11,7 +11,7 @@ busybox_config := busybox.config
busybox_output := busybox
busybox_target := \
CC="$(heads_cc)" \
CONFIG_PREFIX="$(INSTALL)" \
CONFIG_PREFIX="../../initrd/" \
$(MAKE_JOBS) \
install