projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: fix netfilter layer7 compilation in 3.3
[openwrt.git]
/
package
/
uboot-lantiq
/
files
/
include
/
configs
/
ifx-common.h
diff --git
a/package/uboot-lantiq/files/include/configs/ifx-common.h
b/package/uboot-lantiq/files/include/configs/ifx-common.h
index
6307e70
..
4189031
100644
(file)
--- a/
package/uboot-lantiq/files/include/configs/ifx-common.h
+++ b/
package/uboot-lantiq/files/include/configs/ifx-common.h
@@
-181,4
+181,12
@@
#endif
#endif
#endif
#endif
+#ifdef CONFIG_BOOTSTRAP
+#define CONFIG_BOOTSTRAP_BASE CONFIG_BOOTSTRAP_TEXT_BASE
+#define CONFIG_BOOTSTRAP_BAUDRATE CONFIG_BAUDRATE
+#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_BOOTSTRAP_LZMA
+//#define CONFIG_BOOTSTRAP_SERIAL
+#endif
+
#endif /* __IFX_COMMON_H */
#endif /* __IFX_COMMON_H */
This page took
0.022988 seconds
and
4
git commands to generate.