X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fbusybox%2Fpatches%2F001-init_avoid_loop_opening_tty.patch;h=25f690ab581a3f1d1f1af76d29144db9842045e9;hp=11815574bba07acde6960edc4377dc5499b1618e;hb=396dbf68b1cfdce2e6f455b5ec646b4c5b65c55e;hpb=2db05e4bbbdf107f2cebdf385af108c77b9748ba 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 11815574b..25f690ab5 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 @@ static void run_actions(int action_type) +@@ -498,12 +498,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) {