diff options
Diffstat (limited to 'target/initramfs/initramfs.mk')
-rw-r--r-- | target/initramfs/initramfs.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/initramfs/initramfs.mk b/target/initramfs/initramfs.mk deleted file mode 100644 index cf1fcdbae..000000000 --- a/target/initramfs/initramfs.mk +++ /dev/null @@ -1,18 +0,0 @@ -############################################################# -# -# Make a initramfs_list file to be used by gen_init_cpio -# gen_init_cpio is part of the 2.6 linux kernels to build an -# initial ramdisk filesystem based on cpio -# -############################################################# - -define ROOTFS_INITRAMFS_INIT_SYMLINK - rm -f $(TARGET_DIR)/init - ln -s sbin/init $(TARGET_DIR)/init -endef - -define ROOTFS_INITRAMFS_CMD - $(SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@ -endef - -$(eval $(call ROOTFS_TARGET,initramfs))
\ No newline at end of file |