X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbusybox%2Fpatches%2F110-wget_getopt_fix.patch;h=078872cf0b75029c031259b25e871b3b4d349133;hp=f188269259ec4b6502bc3666e776402493cdc5e0;hb=52476d8e45739a4d0d81594ffee69bb7e648a80d;hpb=5ff40ed13e82b6e12f1c22c87d130511e9ab5a9b diff --git a/package/busybox/patches/110-wget_getopt_fix.patch b/package/busybox/patches/110-wget_getopt_fix.patch index f188269259..078872cf0b 100644 --- a/package/busybox/patches/110-wget_getopt_fix.patch +++ b/package/busybox/patches/110-wget_getopt_fix.patch @@ -1,11 +1,11 @@ --- a/networking/wget.c +++ b/networking/wget.c -@@ -437,7 +437,7 @@ - "directory-prefix\0" Required_argument "P" - "proxy\0" Required_argument "Y" - "user-agent\0" Required_argument "U" +@@ -545,7 +545,7 @@ int wget_main(int argc UNUSED_PARAM, cha + // "tries\0" Required_argument "t" + // "timeout\0" Required_argument "T" + /* Ignored (we always use PASV): */ - "passive-ftp\0" No_argument "\xff" + "passive-ftp\0" No_argument "\xfd" "header\0" Required_argument "\xfe" - ; - #endif + "post-data\0" Required_argument "\xfd" + /* Ignored (we don't do ssl) */