projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7494fd
)
mtd: use broadcom specific code on linux 2.6 as well
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Sep 2008 17:06:03 +0000
(17:06 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Sep 2008 17:06:03 +0000
(17:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12651
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mtd/src/mtd.c
patch
|
blob
|
history
diff --git
a/package/mtd/src/mtd.c
b/package/mtd/src/mtd.c
index
027c859
..
18a73a0
100644
(file)
--- 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
This page took
0.03093 seconds
and
4
git commands to generate.