From 0585241505cfaddc9db6ae92739bdfb5ce5f9794 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 10 Mar 2010 22:30:06 +0100 Subject: Move all filesystem generation code to fs/ Signed-off-by: Thomas Petazzoni --- target/cpio/cpioroot.mk | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/cpio/cpioroot.mk (limited to 'target/cpio/cpioroot.mk') diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk deleted file mode 100644 index ab7d54618..000000000 --- a/target/cpio/cpioroot.mk +++ /dev/null @@ -1,18 +0,0 @@ -############################################################# -# -# cpio to archive target filesystem -# -############################################################# - -define ROOTFS_CPIO_INIT_SYMLINK - rm -f $(TARGET_DIR)/init - ln -s sbin/init $(TARGET_DIR)/init -endef - -ROOTFS_CPIO_PRE_GEN_HOOKS += ROOTFS_CPIO_INIT_SYMLINK - -define ROOTFS_CPIO_CMD - cd $(TARGET_DIR) && find . | cpio --quiet -o -H newc > $$@ -endef - -$(eval $(call ROOTFS_TARGET,cpio)) \ No newline at end of file -- cgit v1.2.3