diff --git a/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init/init b/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init/init deleted file mode 100644 index c3ae288..0000000 --- a/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init/init +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# Start procd -exec /sbin/init diff --git a/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init_1.0.bb b/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init_1.0.bb deleted file mode 100644 index f39dece..0000000 --- a/recipes-extended/openwrt-initramfs-init/openwrt-initramfs-init_1.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "/init is a shell script that will find and mount the root \ -partition and execute /bin/sh" - -LICENSE = "CLOSED" - -SRC_URI += "file://init" - -do_install() { - install -Dm 0755 ${WORKDIR}/init ${D}/init -} - -FILES_${PN} = "/init"