[package] busybox: update to v1.12.4 (partially closes: #4279)
[openwrt-10.03/.git] / package / busybox / patches / 110-wget_getopt_fix.patch
1 --- a/networking/wget.c
2 +++ b/networking/wget.c
3 @@ -437,7 +437,7 @@ int wget_main(int argc UNUSED_PARAM, cha
4                 "directory-prefix\0" Required_argument "P"
5                 "proxy\0"            Required_argument "Y"
6                 "user-agent\0"       Required_argument "U"
7 -               "passive-ftp\0"      No_argument       "\xff"
8 +               "passive-ftp\0"      No_argument       "\xfd"
9                 "header\0"           Required_argument "\xfe"
10                 ;
11  #endif