]> git.enpas.org Git - openwrt.git/blob - tools/b43-tools/patches/002-no_libfl.patch
hostapd: fix "bad number" error due to missing wps_pbc_in_m1 option (since r39995)
[openwrt.git] / tools / b43-tools / patches / 002-no_libfl.patch
1 --- a/assembler/main.c
2 +++ b/assembler/main.c
3 @@ -1268,6 +1268,11 @@ static void initialize(void)
4  #endif /* YYDEBUG */
5  }
6  
7 +int yywrap(void)
8 +{
9 +       return 1;
10 +}
11 +
12  int main(int argc, char **argv)
13  {
14         int err, res = 1;