mirror of
https://github.com/optim-enterprises-bv/meta-openwrt.git
synced 2026-01-07 16:11:55 +00:00
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:
committed by
Khem Raj
parent
6762f553f6
commit
a5fbfff4aa
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Start procd
|
||||
exec /sbin/init
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user