openwrt-initramfs-init: Remove no longer needed hack

openwrt-initramfs-init was just a hack to work around
procd failing to allow an interative login after booting.
procd init is now working, so remove this recipe.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
Daniel F. Dickinson
2018-01-21 18:34:54 -05:00
committed by Khem Raj
parent 6762f553f6
commit a5fbfff4aa
2 changed files with 0 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/sh
# Start procd
exec /sbin/init

View File

@@ -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"