From: Felix Fietkau Date: Mon, 22 Sep 2008 17:06:03 +0000 (+0000) Subject: mtd: use broadcom specific code on linux 2.6 as well X-Git-Tag: reboot~25560 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d374e28a2b44735bcc933f0d7804a56ec9ef16cc;p=openwrt%2Fstaging%2Fchunkeey.git mtd: use broadcom specific code on linux 2.6 as well SVN-Revision: 12651 --- diff --git a/package/mtd/src/mtd.c b/package/mtd/src/mtd.c index 027c859df3..18a73a0a38 100644 --- a/package/mtd/src/mtd.c +++ b/package/mtd/src/mtd.c @@ -46,6 +46,10 @@ #include "mtd-api.h" #include "mtd.h" +#ifdef target_brcm47xx +#define target_brcm 1 +#endif + #define TRX_MAGIC 0x30524448 /* "HDR0" */ #define MAX_ARGS 8