summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120eb-2.6
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 16:36:19 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 16:36:19 +0000
commite572a2988fc53efe240bace712f703cdb15f5e67 (patch)
tree09caaf47b74e143bca20cf1a0e8d66e04ab31a67 /target/linux/adm5120eb-2.6
parentd62e77d17efa6e3105f52411e13fdc3e3d8787a4 (diff)
disable image generation for boards which we still have problems with (at least if CONFIG_DEVEL is not selected)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile
index 8088726f9..577227209 100644
--- 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))