diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-09 16:36:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-09 16:36:19 +0000 |
commit | 0e1921ab3c64838dce369538c2e0fcbebaed89ac (patch) | |
tree | b3489b4ced0782c085b077e509858ac2b7bc699b /target/linux/adm5120eb-2.6 | |
parent | 6fe53385914e2004145455430d0282ace3c84ddf (diff) | |
download | upstream-0e1921ab3c64838dce369538c2e0fcbebaed89ac.tar.gz upstream-0e1921ab3c64838dce369538c2e0fcbebaed89ac.tar.bz2 upstream-0e1921ab3c64838dce369538c2e0fcbebaed89ac.zip |
disable image generation for boards which we still have problems with (at least if CONFIG_DEVEL is not selected)
SVN-Revision: 7902
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r-- | target/linux/adm5120eb-2.6/image/Makefile | 3 |
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 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)) |