projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ath9k: add some cleanup patches
[openwrt.git]
/
package
/
mac80211
/
files
/
b43-fwcutter-fw-dirname.patch
1
--- a/fwcutter.c
2
+++ b/fwcutter.c
3
@@ -48,13 +48,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
This page took
0.043831 seconds
and
5
git commands to generate.