aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/001-init_avoid_loop_opening_tty.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-05-25 13:52:31 +0000
committerNicolas Thill <nico@openwrt.org>2009-05-25 13:52:31 +0000
commitd7ec9765286b1cd8edf289a60196390b8712385e (patch)
tree961a48c9e27d27fd96ca6b76e567c7c5c7d5b4ea /package/busybox/patches/001-init_avoid_loop_opening_tty.patch
parent24c503eef18eb9056529fd774dc65c314191de68 (diff)
downloadmaster-187ad058-d7ec9765286b1cd8edf289a60196390b8712385e.tar.gz
master-187ad058-d7ec9765286b1cd8edf289a60196390b8712385e.tar.bz2
master-187ad058-d7ec9765286b1cd8edf289a60196390b8712385e.zip
[package] busybox: update to v1.12.4 (partially closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 11815574bb..25f690ab58 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) {