mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 01:29:40 +02:00
6c0ffe4c6e
Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33668 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
352 B
Diff
17 lines
352 B
Diff
--- a/fwcutter/fwcutter.c
|
|
+++ b/fwcutter/fwcutter.c
|
|
@@ -48,13 +48,8 @@
|
|
#include "fwcutter.h"
|
|
#include "fwcutter_list.h"
|
|
|
|
-#if defined(__DragonFly__) || defined(__FreeBSD__)
|
|
-#define V3_FW_DIRNAME "v3"
|
|
-#define V4_FW_DIRNAME "v4"
|
|
-#else
|
|
#define V3_FW_DIRNAME "b43legacy"
|
|
#define V4_FW_DIRNAME "b43"
|
|
-#endif
|
|
|
|
static struct cmdline_args cmdargs;
|
|
|