summaryrefslogtreecommitdiff
path: root/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
commit701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (patch)
tree799f7389b8981f2da6bfba2b3296b5faef3e360b /package/busybox/patches/001-init_avoid_loop_opening_tty.patch
parent3849a57cd7cb47e30a506222779916eebdbb28fb (diff)
downloadmtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.zip
mtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.gz
mtk-20170518-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.bz2
busybox: refresh busybox patches
SVN-Revision: 14590
Diffstat (limited to 'package/busybox/patches/001-init_avoid_loop_opening_tty.patch')
-rw-r--r--package/busybox/patches/001-init_avoid_loop_opening_tty.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/001-init_avoid_loop_opening_tty.patch b/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
index 7027230..1181557 100644
--- a/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
+++ b/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
@@ -1,6 +1,6 @@
--- a/init/init.c
+++ b/init/init.c
-@@ -505,12 +505,11 @@
+@@ -505,12 +505,11 @@ static void run_actions(int action_type)
for (a = init_action_list; a; a = tmp) {
tmp = a->next;
if (a->action_type & action_type) {