2
0
forked from Ivasoft/openwrt

ar71xx: drop procd_init console hack

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36992
This commit is contained in:
John Crispin
2013-06-21 16:53:11 +00:00
parent 4999ae4236
commit 2be717560a
3 changed files with 1 additions and 31 deletions

View File

@@ -1,7 +1,3 @@
define Package/base-files/install-target
rm -f $(1)/etc/config/network
$(if $(CONFIG_PROCD_INIT),rm -f $(1)/etc/uci-defaults/00_inittab-console-fixup)
$(if $(CONFIG_PROCD_INIT),echo "::askconsole:/bin/ash --login" >> $(1)/etc/inittab)
endef