From 701d71984cd2ae8ddabb45ca57a871fdb4a94df3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 21 Feb 2009 15:07:45 +0000 Subject: busybox: refresh busybox patches SVN-Revision: 14590 --- package/busybox/patches/001-init_avoid_loop_opening_tty.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/patches/001-init_avoid_loop_opening_tty.patch') 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) { -- cgit v1.1