From: Markham Date: Mon, 21 Dec 2015 20:11:13 +0000 (+0100) Subject: flashimage.mk: copy linuxrc and use it only in flashimage X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=e10a8a8b7fca4a8b16841ca8e2fdd140c5b06bae;p=bs-cst-neutrino-hd.git flashimage.mk: copy linuxrc and use it only in flashimage --- diff --git a/make/flashimage.mk b/make/flashimage.mk index c021eca..bc37f44 100755 --- a/make/flashimage.mk +++ b/make/flashimage.mk @@ -12,6 +12,7 @@ flash-prepare: $(MAKE) flash-customize tar zcf $(BUILD_TMP)/rootfs.tar.gz -C $(BUILD_TMP)/install .; \ rm -fr $(BUILD_TMP)/install/oldroot + cp -a $(SCRIPTS)/linuxrc $(BUILD_TMP)/install ifeq ($(PLATFORM), nevis)