disable image generation for boards which we still have problems with (at least if...
[openwrt-10.03/.git] / target / linux / adm5120eb-2.6 / image / Makefile
index 8088726f915b7ab4d8bd76e92294f4c73dc423e3..5772272090c2df0121df4d380920fbcf8ad500f9 100644 (file)
@@ -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))