diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:46:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 19:46:52 +0000 |
commit | 0a18161da104a58750bc03b446351012935ecefe (patch) | |
tree | 8624993fa6f169f89f400f031ab07de0457bbac2 /package/busybox/patches/110-wget_getopt_fix.patch | |
parent | 7aefa1da37f5f09cc9364ada2dddb3af863133cc (diff) | |
download | mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.zip mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.tar.gz mtk-20170518-0a18161da104a58750bc03b446351012935ecefe.tar.bz2 |
busybox 1.19.4 update patch
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 30985
Diffstat (limited to 'package/busybox/patches/110-wget_getopt_fix.patch')
-rw-r--r-- | package/busybox/patches/110-wget_getopt_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/110-wget_getopt_fix.patch b/package/busybox/patches/110-wget_getopt_fix.patch index 52b9d94..1003231 100644 --- a/package/busybox/patches/110-wget_getopt_fix.patch +++ b/package/busybox/patches/110-wget_getopt_fix.patch @@ -1,6 +1,6 @@ --- a/networking/wget.c +++ b/networking/wget.c -@@ -871,7 +871,7 @@ int wget_main(int argc UNUSED_PARAM, cha +@@ -873,7 +873,7 @@ int wget_main(int argc UNUSED_PARAM, cha /* Ignored: */ // "tries\0" Required_argument "t" /* Ignored (we always use PASV): */ |