[ar71xx] generate firmware image for the D-Link DIR-615 C1 board
[openwrt.git] / target / linux / adm5120 / image / lzma-loader / src / config.h
index 310189c..4e8b5f6 100644 (file)
 #  define CONFIG_FLASH_SIZE    FLASH_2M
 #endif
 
+#if defined(CONFIG_BOARD_BR6104WG)
+#  define CONFIG_BOARD_NAME    "BR-6104WG"
+#  define CONFIG_FLASH_SIZE    FLASH_2M
+#endif
+
 /*
  * Infineon boards
  */
 #  define CONFIG_FLASH_SIZE    FLASH_4M
 #endif
 
+/*
+ * Motorola boards
+ */
+#if defined(CONFIG_BOARD_POWERLINEMUGW)
+#  define CONFIG_BOARD_NAME    "Powerline MU Gateway"
+#  define CONFIG_USE_UART1     1
+#endif
+
 /*
  * ZyXEL boards
  */
 #  define CONFIG_FLASH_SIZE    FLASH_2M
 #endif
 
+#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1)
+#  define CONFIG_USE_UART0
+#endif
+
 #endif /* _CONFIG_H_ */
This page took 0.02486 seconds and 4 git commands to generate.