[ar71xx] make sure the console works when using procd as our pid 1
[openwrt.git] / target / linux / ar71xx / base-files.mk
1 define Package/base-files/install-target
2         rm -f $(1)/etc/config/network
3         $(if $(CONFIG_PROCD_INIT),rm -f  $(1)/etc/uci-defaults/00_inittab-console-fixup)
4         $(if $(CONFIG_PROCD_INIT),echo "::askconsole:/bin/ash --login" >> $(1)/etc/inittab)
5 endef
6
7