mtd: detect image format when writing
[openwrt.git] / package / system / mtd / src / mtd.h
index fb37b8b..751b0d0 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <stdbool.h>
 
-#ifdef target_brcm47xx
+#if defined(target_brcm47xx) || defined(target_bcm53xx)
 #define target_brcm 1
 #endif