X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fb43-tools%2Fpatches%2F001-fw-dirname.patch;fp=tools%2Fb43-tools%2Fpatches%2F001-fw-dirname.patch;h=e9bd03249f34c022ffb08b9828e338ba81b1a83f;hb=d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31;hp=0000000000000000000000000000000000000000;hpb=5322ca7a30c697fb8f376cb83f0d431ac8d51075;p=openwrt%2F.git diff --git a/tools/b43-tools/patches/001-fw-dirname.patch b/tools/b43-tools/patches/001-fw-dirname.patch new file mode 100644 index 0000000000..e9bd03249f --- /dev/null +++ b/tools/b43-tools/patches/001-fw-dirname.patch @@ -0,0 +1,16 @@ +--- 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; +