1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-17 10:32:16 +03:00
openwrt-xburst/package/busybox/patches/110-wget_getopt_fix.patch
kaloz ac2d02c3e0 upgrade busybox to v1.11.1 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 14:00:34 +00:00

12 lines
366 B
Diff

--- 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"
- "passive-ftp\0" No_argument "\xff"
+ "passive-ftp\0" No_argument "\xfd"
"header\0" Required_argument "\xfe"
;
#endif