fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)
[openwrt.git] / package / busybox / patches / 110-wget_getopt_fix.patch
1 Index: busybox-1.4.2/networking/wget.c
2 ===================================================================
3 --- busybox-1.4.2.orig/networking/wget.c 2007-06-04 13:21:32.408049896 +0200
4 +++ busybox-1.4.2/networking/wget.c 2007-06-04 13:21:32.681008400 +0200
5 @@ -136,7 +136,7 @@
6 { "directory-prefix", required_argument, NULL, 'P' },
7 { "proxy", required_argument, NULL, 'Y' },
8 { "user-agent", required_argument, NULL, 'U' },
9 - { "passive-ftp", no_argument, NULL, 0xff },
10 + { "passive-ftp", no_argument, NULL, 0xfd },
11 { "header", required_argument, NULL, 0xfe },
12 { 0, 0, 0, 0 }
13 };
This page took 0.035913 seconds and 5 git commands to generate.