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=702723055251f908af5684da98a9ca5ff2f7db24;hb=396dbf68b1cfdce2e6f455b5ec646b4c5b65c55e;hpb=ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6 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 702723055..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 @@ +@@ -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) {