projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[uboot-lantiq]
[openwrt.git]
/
package
/
uboot-lantiq
/
patches
/
500-arcadyan.patch
diff --git
a/package/uboot-lantiq/patches/500-arcadyan.patch
b/package/uboot-lantiq/patches/500-arcadyan.patch
index
73ae9e3
..
24ee042
100644
(file)
--- a/
package/uboot-lantiq/patches/500-arcadyan.patch
+++ b/
package/uboot-lantiq/patches/500-arcadyan.patch
@@
-60,7
+60,7
@@
+ }
+ @if [ "$$(findstring flash,$$@)" ] ; then \
+ echo "#define CONFIG_USE_DDR_RAM" >>$(obj)include/config.h ; \
+ }
+ @if [ "$$(findstring flash,$$@)" ] ; then \
+ echo "#define CONFIG_USE_DDR_RAM" >>$(obj)include/config.h ; \
-+ echo "#define CONFIG_USE_DDR_RAM_CFG_
DDR_
psc166" >>$(obj)include/config.h ; \
++ echo "#define CONFIG_USE_DDR_RAM_CFG_psc166" >>$(obj)include/config.h ; \
+ fi
+ @$(MKCONFIG) -a $$(word 1,$$(subst _, ,$$@)) mips mips arcadyan "" danube
+endef
+ fi
+ @$(MKCONFIG) -a $$(word 1,$$(subst _, ,$$@)) mips mips arcadyan "" danube
+endef
This page took
0.023369 seconds
and
4
git commands to generate.