mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
61d9ee9aa7
This is always used to build a firmware for linux systems also if we are on freebsd. This is one patch from #9897 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27926 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
334 B
Diff
17 lines
334 B
Diff
--- a/fwcutter.c
|
|
+++ b/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;
|
|
|