b43-tools: update to version 019
[openwrt/staging/mkresin.git] / tools / b43-tools / patches / 001-fw-dirname.patch
1 --- a/fwcutter/fwcutter.c
2 +++ b/fwcutter/fwcutter.c
3 @@ -50,13 +50,8 @@
4 #include "fwcutter.h"
5 #include "fwcutter_list.h"
6
7 -#if defined(__DragonFly__) || defined(__FreeBSD__)
8 -#define V3_FW_DIRNAME "v3"
9 -#define V4_FW_DIRNAME "v4"
10 -#else
11 #define V3_FW_DIRNAME "b43legacy"
12 #define V4_FW_DIRNAME "b43"
13 -#endif
14
15 static struct cmdline_args cmdargs;
16