From 358221dfd2c339569bff2b5d6d8a4002915f6e69 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 9 Jul 2007 16:36:19 +0000 Subject: 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 --- target/linux/adm5120eb-2.6/image/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to '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 8088726f91..5772272090 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)) -- cgit v1.2.3