projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95bb0d
)
[ar71xx] make sure the console works when using procd as our pid 1
author
John Crispin
<blogic@openwrt.org>
Wed, 13 Mar 2013 18:11:00 +0000
(18:11 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 13 Mar 2013 18:11:00 +0000
(18:11 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36000
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/base-files.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files.mk
b/target/linux/ar71xx/base-files.mk
index
d6682bd
..
5ee4dbd
100644
(file)
--- a/
target/linux/ar71xx/base-files.mk
+++ b/
target/linux/ar71xx/base-files.mk
@@
-1,5
+1,7
@@
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