projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow target specific builddir list override
[openwrt.git]
/
target
/
linux
/
adm5120eb-2.6
/
image
/
Makefile
diff --git
a/target/linux/adm5120eb-2.6/image/Makefile
b/target/linux/adm5120eb-2.6/image/Makefile
index
8088726
..
7644a07
100644
(file)
--- a/
target/linux/adm5120eb-2.6/image/Makefile
+++ b/
target/linux/adm5120eb-2.6/image/Makefile
@@
-69,8
+69,11
@@
define Image/Build/LZMAKernel/ZyXEL
endef
define Image/Build/Initramfs
+# this line is here intentionally
+ifeq ($(CONFIG_DEVEL),y)
$(call Image/Build/LZMAKernel/ZyXEL,p-334wt,bin)
$(call Image/Build/LZMAKernel/ZyXEL,p-335,bin)
+endif
endef
$(eval $(call BuildImage))
This page took
0.029613 seconds
and
4
git commands to generate.