busybox: avoid infinite loop in lsmod (#4834)
[openwrt/openwrt.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 ATTRIBUTE_UNUSED,
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