projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ixp4xx] Add preliminary support for USR8200 board
[openwrt.git]
/
target
/
linux
/
adm5120
/
image
/
lzma-loader
/
src
/
config.h
diff --git
a/target/linux/adm5120/image/lzma-loader/src/config.h
b/target/linux/adm5120/image/lzma-loader/src/config.h
index
74ae9af
..
4e8b5f6
100644
(file)
--- a/
target/linux/adm5120/image/lzma-loader/src/config.h
+++ b/
target/linux/adm5120/image/lzma-loader/src/config.h
@@
-97,6
+97,14
@@
# define CONFIG_FLASH_SIZE FLASH_4M
#endif
# 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
*/
/*
* ZyXEL boards
*/
@@
-121,4
+129,8
@@
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
+#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1)
+# define CONFIG_USE_UART0
+#endif
+
#endif /* _CONFIG_H_ */
#endif /* _CONFIG_H_ */
This page took
0.022122 seconds
and
4
git commands to generate.