diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-21 16:53:11 +0000 |
commit | ce0ccca1f72eede3873534cec54f152b3e277362 (patch) | |
tree | 6d8103a04c96126c9f3859dfa2efdb8deabf454f /target/linux/ar71xx/base-files.mk | |
parent | eaa793238674be00376dc968b2b3c42d6b1d9e0b (diff) | |
download | upstream-ce0ccca1f72eede3873534cec54f152b3e277362.tar.gz upstream-ce0ccca1f72eede3873534cec54f152b3e277362.tar.bz2 upstream-ce0ccca1f72eede3873534cec54f152b3e277362.zip |
ar71xx: drop procd_init console hack
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files.mk')
-rw-r--r-- | target/linux/ar71xx/base-files.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files.mk b/target/linux/ar71xx/base-files.mk index 5ee4dbd6d8..fdd2c714b2 100644 --- a/target/linux/ar71xx/base-files.mk +++ b/target/linux/ar71xx/base-files.mk @@ -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 - - |