diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-13 12:47:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-13 12:47:17 +0000 |
commit | ab57620a838a222eb63bfc03045e3d0a95ef7777 (patch) | |
tree | 2d8714856ff9cb96dd3d7296d0e5ba534211ebd2 /package/busybox | |
parent | c0638ceca0c744eb848ee03f7c0ff2144c27b575 (diff) | |
download | upstream-ab57620a838a222eb63bfc03045e3d0a95ef7777.tar.gz upstream-ab57620a838a222eb63bfc03045e3d0a95ef7777.tar.bz2 upstream-ab57620a838a222eb63bfc03045e3d0a95ef7777.zip |
fix the patchlevel of the busybox stty patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6560 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/patches/930-stty_bug_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/930-stty_bug_fix.patch b/package/busybox/patches/930-stty_bug_fix.patch index f33e6b55f8..64c87174d6 100644 --- a/package/busybox/patches/930-stty_bug_fix.patch +++ b/package/busybox/patches/930-stty_bug_fix.patch @@ -1,5 +1,5 @@ ---- build_arm/busybox-1.4.1/coreutils/stty.c.old 2007-03-13 12:59:49.000000000 +0100 -+++ build_arm/busybox-1.4.1/coreutils/stty.c 2007-03-13 07:51:38.000000000 +0100 +--- busybox-1.4.1/coreutils/stty.c.old 2007-03-13 12:59:49.000000000 +0100 ++++ busybox-1.4.1/coreutils/stty.c 2007-03-13 07:51:38.000000000 +0100 @@ -568,10 +568,11 @@ NULL }; |