]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
flashimage.mk: copy linuxrc and use it only in flashimage
authorMarkham <markham001@gmx.de>
Mon, 21 Dec 2015 20:11:13 +0000 (21:11 +0100)
committerMarkham <markham001@gmx.de>
Mon, 21 Dec 2015 20:11:13 +0000 (21:11 +0100)
make/flashimage.mk

index c021eca803ed4ef41c8cd641769535ace6ad70a2..bc37f44fa6edab7f7b0015501faa6c9c10461fb1 100755 (executable)
@@ -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)